[PHP] I am not able to download domxml for PHP5

2006-04-11 Thread Oz
Please help, I am not able to download domxml for PHP5 I have tried this location, http://us3.php.net/manual/en/ref.domxml.php I get a message file not found. is there a mirror site. Thanks Please also mail response to [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] I am not able to download domxml for PHP5

2006-04-11 Thread Joe Wollard
Oz, From your command line, try: pecl install domxml You'll need to be root to do so, but as long as you have PECL/PEAR installed this should give you domxml. Remember to restart your web server after doing so. - Joe On 4/11/06, Oz [EMAIL PROTECTED] wrote: Please help, I am not able to

Re: [PHP] I am not able to download domxml for PHP5

2006-04-11 Thread Joe Wollard
Of course you said you're running PHP5so that won't work. According to the site it would be best for you to use the DOM that comes pre compiled with PHP. http://us3.php.net/manual/en/ref.dom.php Sorry about the mix up on my part. On 4/11/06, Joe Wollard [EMAIL PROTECTED] wrote: Oz, From

Re: [PHP] I am not able to download domxml for PHP5

2006-04-11 Thread Oz
For some reason my PHP5 does not have DOM. ( I have the version that comes with fedora core 5). Is there a way to activate it. -thanks Oz Joe Wollard wrote: Of course you said you're running PHP5so that won't work. According to the site it would be best for you to use the DOM that comes

Re: [PHP] I am not able to download domxml for PHP5

2006-04-11 Thread Rob Richards
Oz wrote: For some reason my PHP5 does not have DOM. ( I have the version that comes with fedora core 5). Is there a way to activate it. -thanks Oz You need to install the php-xml rpm to get the xml extensions (dom, xsl, xmlwriter and xmlreader). Rob -- PHP General Mailing List

Re: [PHP] how to assign a value to a variable inside a class

2006-04-11 Thread Merlin
Hi there, no much simpler. I do not need to assign the value from outside the class. This is just inside the class. I have the login data for a database saved in a file and would like to use simply the variable $DB_login inside this class. This does not work: $this-db_username = $DB_login;

Re: [PHP] how to assign a value to a variable inside a class

2006-04-11 Thread chris smith
On 4/11/06, Merlin [EMAIL PROTECTED] wrote: Hi there, no much simpler. I do not need to assign the value from outside the class. This is just inside the class. I have the login data for a database saved in a file and would like to use simply the variable $DB_login inside this class. This

Re: [PHP] simpleXML - simplexml_load_file() timeout? [Resolved]

2006-04-11 Thread darren kirby
Just replying to my original post as means of a follow up. I have gone ahead and used Rasmus' code, he was correct in surmising I was only worried about an overloaded and slow responding site. It would be very atypical for the site to be down completely. While the cache code was very

[PHP] XML its elements

2006-04-11 Thread Mohsen Pahlevanzadeh
Dear all, I need to retrive content of my XML element.my element is translation. translationMY _CONTENT/translation Of course i wanna use PHP4 instead 5. Please help me. Yours,Mohsen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to assign a value to a variable inside a class

2006-04-11 Thread Merlin
chris smith schrieb: On 4/11/06, Merlin [EMAIL PROTECTED] wrote: Hi there, no much simpler. I do not need to assign the value from outside the class. This is just inside the class. I have the login data for a database saved in a file and would like to use simply the variable $DB_login inside

Re: [PHP] how to assign a value to a variable inside a class

2006-04-11 Thread chris smith
On 4/11/06, Merlin [EMAIL PROTECTED] wrote: chris smith schrieb: On 4/11/06, Merlin [EMAIL PROTECTED] wrote: Hi there, no much simpler. I do not need to assign the value from outside the class. This is just inside the class. I have the login data for a database saved in a file

Re: [PHP] how to assign a value to a variable inside a class

2006-04-11 Thread Merlin
chris smith schrieb: On 4/11/06, Merlin [EMAIL PROTECTED] wrote: chris smith schrieb: On 4/11/06, Merlin [EMAIL PROTECTED] wrote: Hi there, no much simpler. I do not need to assign the value from outside the class. This is just inside the class. I have the login data for a database saved in

Re: [PHP] how to assign a value to a variable inside a class

2006-04-11 Thread Brad Bonkoski
Merlin wrote: chris smith schrieb: On 4/11/06, Merlin [EMAIL PROTECTED] wrote: chris smith schrieb: On 4/11/06, Merlin [EMAIL PROTECTED] wrote: Hi there, no much simpler. I do not need to assign the value from outside the class. This is just inside the class. I have the login data

Re: [PHP] PHP and CakePHP: How to use the $html-selectTag()

2006-04-11 Thread Miles Thompson
At 11:54 PM 4/10/2006, Pham Huu Le Quoc Phuc wrote: Hi everybody! I'm a newbie. My question maybe very funny. But please answer to me if you have any ideas. I use $html-selectTag(), I don't know how to use OnChange. When User choose a item on SelectTag, I want Browser to redirect another page

Re: [PHP] how to assign a value to a variable inside a class

2006-04-11 Thread Jarratt Ingram
If you are using PHP4, you could always class foo { var $var1; var $var2; var $var3; function bar(){ echo $this-var1.br /; echo $this-var2.br /; echo $this-var3.br /; } } then in your code $foo = new foo(); $foo-var1 = 'blah'; $foo-var2 = 'blah'; $foo-var3 = 'blah'; $foo-bar();

RE: [PHP] XML its elements

2006-04-11 Thread Jay Blanchard
[snip] I need to retrive content of my XML element.my element is translation. translationMY _CONTENT/translation Of course i wanna use PHP4 instead 5. [/snip] http://www.php.net/xml -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] OT - PHP Webhost Dedicated Server

2006-04-11 Thread Suhas
Hello, Any suggestions for Dedicated PHP Webhost. The current service provider is ok but Customer service is unsatisfactory. Very bad experience. Thanks for your help in advance, SP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] OT - PHP Webhost Dedicated Server

2006-04-11 Thread Jay Blanchard
[snip] Any suggestions for Dedicated PHP Webhost. [/snip] http://www.phpwebhosting.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] OT - PHP Webhost Dedicated Server

2006-04-11 Thread Thomas Munz
www.ixwebhosting.com www.hostexcellence.com on Tuesday 11 April 2006 15:18, Suhas wrote: Hello, Any suggestions for Dedicated PHP Webhost. The current service provider is ok but Customer service is unsatisfactory. Very bad experience. Thanks for your help in advance, SP -- PHP General

[PHP] Re: how to assign a value to a variable inside a class

2006-04-11 Thread Eduardo Raúl Galván Sánchez
Check the overloading methods (__get and __set) for PHP 5.x: http://www.php.net/manual/en/language.oop5.overloading.php Merlin escribió: Hi there, I would like to assign a value inside a class like this: var $db_username = $old_name; Unfortunatelly this does not work and I do get following

[PHP] a better way to transfer data?

2006-04-11 Thread blackwater dev
Hello all, I am currently running freetds on a linux box that needs to move data from a remote mssql db to the local mysql db. I wanted to use bcp but freetds couldn't as the data I am moving contains a blob field. I am currently using php to select all the rows from the mssql db, and then

Re: [PHP] Need MySql Help Please

2006-04-11 Thread John Nichel
marvin hunkin wrote: Hi. any mysql gurus out there using a tool called EasyPHP 1-8? Probably not. i am using a my sql tutorial, and says needs the command line interface, so can run my sql commands from the dos prompt. have got the PHP MYSQL ADMIM to load into the easy php 1-8, gui

[PHP] PHP Programmer Opportunity

2006-04-11 Thread Zahra Husain
Hello, Our client has a PHP Porgrammer position I am taking resumes for. Please kindly call or email me at your earliest convenience. Thanks! Position: HO # 6150: PHP Programmer Location: DOVER, NEW JERSEY Duration: 6 month to year contract SUMMARY Responsible for technical

[PHP] user authentication

2006-04-11 Thread Alain Roger
Hi, i'm sure that it's a stupid question but i would like to have your feedback on it. i have MySQL with 2 users in the mysql database which are root and uimmense. i suppose that what i see in the password field is the sha1 crypted password. is it correct or not ? but lets continue... in

RE: [PHP] user authentication

2006-04-11 Thread Jim Moseby
i do not see really realistic if everytime that a new user is registered to my application, i have to create him a profile for MySQL database. Is there a reason you need to have each user login into mysql individually? Most often a single login is used for the script to log into the

RE: [PHP] user authentication

2006-04-11 Thread Jay Blanchard
[snip] i'm sure that it's a stupid question but i would like to have your feedback on it. i have MySQL with 2 users in the mysql database which are root and uimmense. i suppose that what i see in the password field is the sha1 crypted password. is it correct or not ? but lets continue... in

[PHP] Strange problem after getting data from the DB

2006-04-11 Thread Ryan A
Hi, I dont know if this is a bug or something but I am getting some strange results from what should be a simple program; I have a bunch of movie titles in my database, this is the structure: part_url part_size part_format bandwidth_type flick_name and the above table contains data like this:

Re: [PHP] function by reference

2006-04-11 Thread tedd
At 7:31 PM -0700 4/10/06, Ray Hauge wrote: I believe you're thinking more of the C++ style of returning by reference. This article should help explain how references work, and how to return references... most specifically check the Returning References section.

RE: [PHP] Strange problem after getting data from the DB

2006-04-11 Thread Jay Blanchard
[snip] After a lot of searching through the page source I see that the first Try A Teen has a line break (after the n in teen whatevers there appears on the next line), thats why it seems different...but when I went into the mySql db via phpmyadmin...there is no linebreak to be found

Fwd: [PHP] user authentication

2006-04-11 Thread Alain Roger
in fact no. i can i have 1 MySQL database system profile uimmense to connect to database. and after via a PHP script to check if my user is registered into MY database immense (checking profile and password). if it's ok, so query or stored procedure can be executed, if not, connect to DB is

Re: [PHP] php with ajax - uploading pictures

2006-04-11 Thread tedd
At 9:01 PM -0500 4/10/06, Richard Lynch wrote: On Sun, April 9, 2006 3:21 pm, Merlin wrote: I am searching for a good upload framework that works with PHP and AJAX to provide an upload interface that uploads one picture instantly, shows the thumbnail and displays another upload formfield

[PHP] [EMAIL PROTECTED]

2006-04-11 Thread Ryan A
Hey, - [snip] After a lot of searching through the page source I see that the first Try A Teen has a line break (after the n in teen whatevers there appears on the next line), thats why it seems different...but when I went into the mySql db via phpmyadmin...there is no

[PHP] MS SQL extension not loading

2006-04-11 Thread Laszlo Nagy
Hello All, I have a problem with a Win2003 server, IIS6 and PHP 5.1.2. I have Microsoft SQL Server tools installed. C:\PHP is on the path. Extension dirs are configured correctly. The php_mssql.dll is present there. Everything looks okay, except that the server does not load the extension.

Re: [PHP] simpleXML - simplexml_load_file() timeout?

2006-04-11 Thread tedd
Here is an example Wez wrote years ago: -snip code - Years ago? stream_socket_client() is php5. How long ago did php5 launch? tedd -- http://sperling.com -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] [EMAIL PROTECTED]

2006-04-11 Thread Jay Blanchard
[snip] Let's try an experiment, do a string replace to get rid of the newline and report back what happens.--I did a this:$flick_name = rtrim($row[5]);But no joy if I do a string replace how do I specify the newline in the needle parameter of the str_replace?I'm

RE: [PHP] [EMAIL PROTECTED]

2006-04-11 Thread Ryan A
Hey, First, sorry about the subject line, my mail program is giving me a bit of a problem so had to use another.. -- [snip] Let's try an experiment, do a string replace to get rid of the newline and report back what happens.--I did a

Re: [PHP] simpleXML - simplexml_load_file() timeout?

2006-04-11 Thread Rasmus Lerdorf
tedd wrote: Here is an example Wez wrote years ago: -snip code - Years ago? stream_socket_client() is php5. How long ago did php5 launch? The first beta was in June 2003. But the streams code was written well before that. -Rasmus -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] simpleXML - simplexml_load_file() timeout?

2006-04-11 Thread tedd
At 10:31 AM -0700 4/11/06, Rasmus Lerdorf wrote: tedd wrote: Here is an example Wez wrote years ago: -snip code - Years ago? stream_socket_client() is php5. How long ago did php5 launch? The first beta was in June 2003. But the streams code was written well before that. -Rasmus I'm

[PHP] Session_id within URL

2006-04-11 Thread Alain Roger
Hi, I would like to understand the purpose of placing SESSION_ID within the URL. I suppose it is for security improving... However, how to do it ? i mean how can it be useful ? how can i use it ? thanks a lot, Alain

[PHP] php varible in Javascript alert()

2006-04-11 Thread Mace Eliason
Hi, I am not sure why this won't work I am pretty sure I have done it before; if($error) { echo $errorMessage; // for testing error message is displayed to screen echoscript language=\JavaScript\alert('$errorMessage');/script; } I am capturing all the errors from a form and then output them

RE: [PHP] php varible in Javascript alert()

2006-04-11 Thread Jay Blanchard
[snip] if($error) { echo $errorMessage; // for testing error message is displayed to screen echoscript language=\JavaScript\alert('$errorMessage');/script; } [/snip] What does $error contain? Echo it's output to the screen too, for testing. -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Session_id within URL

2006-04-11 Thread Brad Bonkoski
session_start(); $s = SID; //get Session ID echo a href=\page.php?$s\Page/a; Mostly for passing the session as a GET variable to another page, like for anything from authentication tokens to form data etc... Of course for form data it would probably be better to encapsulate the session

Re: [PHP] OT - PHP Webhost Dedicated Server

2006-04-11 Thread sgsweb
Suhas wrote: Hello, Any suggestions for Dedicated PHP Webhost. The current service provider is ok but Customer service is unsatisfactory. Very bad experience. Thanks for your help in advance, SP http://www.websulting.com/ -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] php varible in Javascript alert()

2006-04-11 Thread Anthony Ettinger
alert('echo $errorMessage'); On 4/11/06, Mace Eliason [EMAIL PROTECTED] wrote: Hi, I am not sure why this won't work I am pretty sure I have done it before; if($error) { echo $errorMessage; // for testing error message is displayed to screen echoscript

Re: [PHP] php varible in Javascript alert()

2006-04-11 Thread Anthony Ettinger
actually... alert('? echo $errorMessage; ?'); On 4/11/06, Anthony Ettinger [EMAIL PROTECTED] wrote: alert('echo $errorMessage'); On 4/11/06, Mace Eliason [EMAIL PROTECTED] wrote: Hi, I am not sure why this won't work I am pretty sure I have done it before; if($error) { echo

Re: [PHP] php varible in Javascript alert()

2006-04-11 Thread Paul Novitski
On 4/11/06, Mace Eliason [EMAIL PROTECTED] wrote: I am not sure why this won't work I am pretty sure I have done it before; if($error) { echo $errorMessage; // for testing error message is displayed to screen echoscript language=\JavaScript\alert('$errorMessage');/script;

[PHP] help with multidimentional arrays

2006-04-11 Thread Bing Du
Hello, What I intend to do is put the database query results in a multidimentional array like this. $sponsor_id['sponsor1'] = ('project1 title', 'project2 title', 'project3 title'); $sponsor_id['sponsor2'] = ('project1 title','project7 title'); Here is the code snippet for doing that: ==

[PHP] Passing params to PHP served paged in iFrame...

2006-04-11 Thread Richard Dyce
Dear all, Not so simple question. Here's what I'm trying to do. I want to be able to provide a simple script tag pair so that my client's can cut and paste it into their site. This is to try and to make it as simple as posisble for them ;-) The script is then meant to write an iFrame into

[PHP] internationalization of web site

2006-04-11 Thread Alain Roger
Hi, Sorry to send this email on both mailing lists but as i suppose that both are concerned by it, i did. i would like to make my web site tune to user language. for that i was thinking to create some XML files where all words can be found and based on the icon (country flag) that user clicked,

Re: [PHP] function by reference

2006-04-11 Thread Martin Alterisio
The ampersand before the function name indicates that the function returns a reference instead of a copy of the variable, for example: ?php function max($var1, $var2) { if ($var1 $var2) return $var1; else return $var2; } $global1 = 10; $global2 = 9; $maxglobal = max($global1,

RE: [PHP] php varible in Javascript alert()

2006-04-11 Thread Chrome
echoscript language=\JavaScript\alert('$errorMessage');/script; } I am capturing all the errors from a form and then output them all at once Thanks for any help -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php __ NOD32 1.1482 (20060411

[PHP] CURLOPT_BINARYTRANSFER

2006-04-11 Thread Richard Lynch
Can anybody expand on the meaning and correct usage of: CURLOPT_BINARYTRANSFER Just so you know this is not a question with no effort to find out for myself behind it... :-) So far, I've found these: http://php.net/curl_setopt TRUE to return the raw output when CURLOPT_RETURNTRANSFER is used.

Re: [PHP] Session_id within URL

2006-04-11 Thread Richard Lynch
On Tue, April 11, 2006 12:40 pm, Alain Roger wrote: I would like to understand the purpose of placing SESSION_ID within the URL. I suppose it is for security improving... However, how to do it ? i mean how can it be useful ? how can i use it ? Actually, unless you are using SSL

Re: [PHP] MS SQL extension not loading

2006-04-11 Thread Richard Lynch
On Tue, April 11, 2006 11:45 am, Laszlo Nagy wrote: I have a problem with a Win2003 server, IIS6 and PHP 5.1.2. I have Microsoft SQL Server tools installed. C:\PHP is on the path. Extension dirs are configured correctly. The php_mssql.dll is present there. Everything looks okay, except that

Re: [PHP] function by reference

2006-04-11 Thread Richard Lynch
On Tue, April 11, 2006 10:42 am, tedd wrote: ?php function ref3($a) { $a--; } ? I believe this one will only matter if you are RETURNING a value. And only really matter if that value is an object... -- Like Music?

Re: [PHP] user authentication

2006-04-11 Thread Richard Lynch
On Tue, April 11, 2006 10:31 am, Alain Roger wrote: i have MySQL with 2 users in the mysql database which are root and uimmense. i suppose that what i see in the password field is the sha1 crypted password. is it correct or not ? It could be SHA1, or it could be something else... It *IS*

Re: [PHP] a better way to transfer data?

2006-04-11 Thread Richard Lynch
On Tue, April 11, 2006 9:05 am, blackwater dev wrote: I am currently running freetds on a linux box that needs to move data from a remote mssql db to the local mysql db. I wanted to use bcp but freetds couldn't as the data I am moving contains a blob field. I am currently using php to

Re: [PHP] internationalization of web site

2006-04-11 Thread Richard Lynch
On Tue, April 11, 2006 1:59 pm, Alain Roger wrote: Sorry to send this email on both mailing lists but as i suppose that both are concerned by it, i did. i would like to make my web site tune to user language. for that i was thinking to create some XML files where all words can be found and

Re: [PHP] Passing params to PHP served paged in iFrame...

2006-04-11 Thread Richard Lynch
On Tue, April 11, 2006 1:58 pm, Richard Dyce wrote: The alert is working (so the parameter is being passed), but the reload isn't. What am I doing wrong? Here is what I do when JavaScript doesn't do what I expect: function reloadCalendar(yearMonth) { alert(yearMonth); var URL =

Re: [PHP] help with multidimentional arrays

2006-04-11 Thread Richard Lynch
On Tue, April 11, 2006 1:58 pm, Bing Du wrote: What I intend to do is put the database query results in a multidimentional array like this. $sponsor_id['sponsor1'] = ('project1 title', 'project2 title', 'project3 title'); $sponsor_id['sponsor2'] = ('project1 title','project7 title');

Re: [PHP] XML its elements

2006-04-11 Thread Richard Lynch
On Tue, April 11, 2006 3:25 am, Mohsen Pahlevanzadeh wrote: I need to retrive content of my XML element.my element is translation. translationMY _CONTENT/translation Of course i wanna use PHP4 instead 5. Please help me. Yours,Mohsen There are 3 or 4 different XML parsing engines

Re: [PHP] how to assign a value to a variable inside a class

2006-04-11 Thread Richard Lynch
On Tue, April 11, 2006 3:14 am, Merlin wrote: This does not work: $this-db_username = $DB_login; Any idas on how to do this? Since how you do this is how you did it, you're going to have to show us the exact code you did that does not work because what you typed above DOES WORK... -- Like

Re: [PHP] how to assign a value to a variable inside a class

2006-04-11 Thread Richard Lynch
On Tue, April 11, 2006 6:40 am, Merlin wrote: The following code: class search_helper extends AjaxACApplication { var $db_username; $this-db_username = $DB_LOGIN; A 'var' is a 'property' of a Class instance. It needs to be inside the class, but not inside a

Re: [PHP] simpleXML - simplexml_load_file() timeout?

2006-04-11 Thread Richard Lynch
On Mon, April 10, 2006 10:21 pm, Robert Cummings wrote: On Mon, 2006-04-10 at 23:11, Richard Lynch wrote: On Mon, April 10, 2006 9:59 pm, Rasmus Lerdorf wrote: Richard Lynch wrote: I've added a Note to 'fopen' so maybe others won't completely miss this feature and look as foolish as I do

Re: [PHP] internationalization of web site

2006-04-11 Thread tedd
At 8:59 PM +0200 4/11/06, Alain Roger wrote: i would like to make my web site tune to user language. for that i was thinking to create some XML files where all words can be found and based on the icon (country flag) that user clicked, i will load a specific XML file to tune my PHP pages. Why

Re: [PHP] simpleXML - simplexml_load_file() timeout?

2006-04-11 Thread Richard Lynch
On Mon, April 10, 2006 10:24 pm, Rasmus Lerdorf wrote: You could volunteer to help maintain the user notes. I've just spent five/ten minutes with Google and php.net trying to find the best way to volunteer to do just that... Admittedly not a LOT of effort, but... Where do I start? I do have

Re: [PHP] flash file to recognize SESSION or REQUEST variables?

2006-04-11 Thread Richard Lynch
On Mon, April 10, 2006 11:46 pm, Sunnrunner wrote: A client asked me this question. Does anyone know what it means or can someone explain and give me an answer. Thanks. T How can we get the link in the URL of the flash file to recognize SESSION or REQUEST variables? You know like GET or

Re: [PHP] PHP post data

2006-04-11 Thread Richard Lynch
On Wed, April 5, 2006 10:33 pm, John Taylor-Johnston wrote: Scrolling back and forward through my PHP generated search engine, my browser (FF) alerts to remind me that I have post data. What kind of header can I add to avoid it doing that? Else what is the problem? Use GET? The basic

Re: [PHP] simpleXML - simplexml_load_file() timeout?

2006-04-11 Thread Rasmus Lerdorf
Richard Lynch wrote: On Mon, April 10, 2006 10:24 pm, Rasmus Lerdorf wrote: You could volunteer to help maintain the user notes. I've just spent five/ten minutes with Google and php.net trying to find the best way to volunteer to do just that... Admittedly not a LOT of effort, but... Where

Re: [PHP] function by reference

2006-04-11 Thread tedd
The ampersand before the function name indicates that the function returns a reference instead of a copy of the variable, for example: ?php function max($var1, $var2) { if ($var1 $var2) return $var1; else return $var2; } $global1 = 10; $global2 = 9; $maxglobal =

Re: [PHP] Session_id within URL

2006-04-11 Thread Louie Miranda
I also use those sessions when checking on the apache logs. For a specific user, so i can trace what he did. On 4/12/06, Richard Lynch [EMAIL PROTECTED] wrote: On Tue, April 11, 2006 12:40 pm, Alain Roger wrote: I would like to understand the purpose of placing SESSION_ID within the URL.

Re: [PHP] php varible in Javascript alert()

2006-04-11 Thread Anthony Ettinger
(http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php __ NOD32 1.1482 (20060411) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Open Source applition for Job management.

2006-04-11 Thread J Rangi
Hello, I am looking for some open source job management application written in php and mysql. Where employers can post, edit and delete jobs, and job seekers can search jobs, save resume, apply on line, bookmark jobs etc. Having some kind of administration features will be nice, where

RE: [PHP] php varible in Javascript alert()

2006-04-11 Thread Chrome
help -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php __ NOD32 1.1482 (20060411) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com -- PHP General Mailing List (http://www.php.net

[PHP] How to create a photo gallery

2006-04-11 Thread Pham Huu Le Quoc Phuc
Please help me! I want to create a photo gallery, user can upload pictures. Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php varible in Javascript alert()

2006-04-11 Thread Anthony Ettinger
(http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php __ NOD32 1.1482 (20060411) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

RE: [PHP] php varible in Javascript alert()

2006-04-11 Thread Chrome
(20060411) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Anthony Ettinger Signature: http://chovy.dyndns.org/hcard.html

Re: [PHP] How to create a photo gallery

2006-04-11 Thread Chris
Pham Huu Le Quoc Phuc wrote: Please help me! I want to create a photo gallery, user can upload pictures. There was a recent thread which might help you: http://marc.theaimsgroup.com/?l=php-generalm=114439402126801w=2 -- Postgresql php tutorials http://www.designmagick.com/ -- PHP General

Re: [PHP] How to create a photo gallery

2006-04-11 Thread Rory Browne
In fairness. www.google.com a search for php photo gallery, and php image gallery both brought up everything you need. read this: http://www.catb.org/~esr/faqs/smart-questions.html On 4/12/06, Chris [EMAIL PROTECTED] wrote: Pham Huu Le Quoc Phuc wrote: Please help me! I want to create

Re: [PHP] How to create a photo gallery

2006-04-11 Thread Jai Rangi
Pham Huu Le Quoc Phuc wrote: Please help me! I want to create a photo gallery, user can upload pictures. Thanks. This link will give your access to lots of opensource code for photo gallery

Re: [PHP] function by reference

2006-04-11 Thread Chris
tedd wrote: The ampersand before the function name indicates that the function returns a reference instead of a copy of the variable, for example: ?php function max($var1, $var2) { if ($var1 $var2) return $var1; else return $var2; } $global1 = 10; $global2 = 9; $maxglobal =

Re: [PHP] function by reference

2006-04-11 Thread Martin Alterisio \El Hombre Gris\
Well, it was a bad example to begin with, first of all max() is already defined in php, I should at least checked that before posting. Second, I forgot PHP (the Zend engine) has an interesting way of handling variables, when you copy assign a var or pass it as an argument of a function, a real

[PHP] regular expressions or something else?

2006-04-11 Thread Chris Westbrook
I have a problem. I'm trying to get a Google search results page via snoopy and then display the links of the results it returns in an application. I know about the fetchlinks function in snoopy, but I'm having trouble getting the text between the a and /a tags. Yeah, I know, I should use

Re: [PHP] function by reference

2006-04-11 Thread Robert Cummings
On Tue, 2006-04-11 at 23:15, Martin Alterisio El Hombre Gris wrote: Well, it was a bad example to begin with, first of all max() is already defined in php, I should at least checked that before posting. Second, I forgot PHP (the Zend engine) has an interesting way of handling variables,

[PHP] Instalation Nightmares For Word Press Please Help

2006-04-11 Thread marvin hunkin
Hi. need to install word press version 2.0. and now using easy php 1-8, and set up my my sql settings in the wpConfig.php file, and my username is localhost and the password is root. when i try to load it in the browser, using http://localhost/install.php which i put in the www. folder of easy

Re: [PHP] Instalation Nightmares For Word Press Please Help

2006-04-11 Thread Chris
marvin hunkin wrote: Hi. need to install word press version 2.0. http://wordpress.org/support/ -- Postgresql php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php