Re: [PHP] Listing directory, return none if only one file

2005-03-24 Thread Forest Liu
; http://www.pastebin.com/262050 ) > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Sincerely, Forest Liu(刘云?) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] seraching / indexing in php

2005-03-22 Thread Forest Liu
he site based on > keywords/sentences/etc. > > Does anyone has any experience with such scripts and which do they > recommend? > > Thx in advance > > Reinhart > > -- Sincerely, Forest Liu(åäè) -- PHP General Mailing List (http:

Re: [PHP] carriage returns using error_log?

2005-03-20 Thread Forest Liu
returns within the > error string? > > -- > > Kurt Yoder > http://yoderhome.com > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Sincerely, Forest Liu(åäè) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php-not-executing-in-html-file-help-----its working----thanks

2005-03-20 Thread Forest Liu
in the browser... > > > > > > kindly help me to figure out this problem... > > > > > > thanks > > > > > > vijayaraj nagarajan > > > graduate student > > > the university of southern mississippi > > > MS - USA > > > > > > > > > > > &g

Re: [PHP] How from an html/web form I may go to a php script output(of form values)

2005-03-19 Thread Forest Liu
...? ATTENTION: I DO NOT MEAN SAVE IT TO MY HDD FIRST > AND AFTER UPLOAD IT !!! Please tell me the same[as for NotePad] but for > Dreamweaver MX ? > [EMAIL PROTECTED] > -Original Message- > From: Forest Liu [mailto:[EMAIL PROTECTED] > Sent: 18 March 2005 11:51 > To

Re: [PHP] Problem calling function within a class

2005-03-18 Thread Forest Liu
i call the function TakeDate > > i use this code to call it > > $Company = new Company(); > $File =& $HTTP_POST_FILES['FileToUpload']; > $Company->TakeData($File, $Company_ID, $Destination); > $Message = $Company->Message; > > the error i get is &quo

Re: [PHP] XML & HTTP

2005-03-18 Thread Forest Liu
sr/faqs/smart-questions.html > STFA | http://marc.theaimsgroup.com/?l=php-general&w=2 > STFM | http://php.net/manual/en/index.php > STFW | http://www.google.com/search?q=php > LAZY | > http://mycroft.mozdev.org/download.html?name=PHP&submitform=Find+search+plugins > > > -- Sincerely, Forest Liu(åäè) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] build an array of checkbox

2005-03-18 Thread Forest Liu
te correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27 > en el dominio de correo angerona.cult.cu y no se encontro ninguna > coincidencia. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >

Re: [PHP] How from an html/web form I may go to a php script output(of form values)

2005-03-18 Thread Forest Liu
INSERTING ONLY ONE COMMAND THE: > > echo "this operate till here"; > > BUT AGAIN THE SAME RESULT ? > After press SUBMIT the php script file shows in address bar and all > viewed area is white (nothing on screen) ? > > Leonidas Savvides > [EMAIL PROTECTED]

Re: [PHP] passing return value from fucntion

2005-03-18 Thread Forest Liu
e: > Never mind I got it figured out. Had to set a global variable to make it > visible. > Thanks anyway > > -Will > > "Forest Liu" <[EMAIL PROTECTED]> kirjoitti > viestissÃ:[EMAIL PROTECTED] > I donot understand your problem clearly yet. > I think

Re: [PHP] passing return value from fucntion

2005-03-18 Thread Forest Liu
t; $res = ok; > return $res; > } elseif ($rightsid == $oik7) { > $res = notok; > return $res; > } > > How can I get to use the $res in the main program. The return $res; doesn't > pass the variable to the main program right? > > Thanks > -Will > &