It would probably be helpful to know what problems you are having, specifically what error message you are recieving and the code you are using to connect to...
Dear Friends, I have the following code in mine prog to generate random text. $password = md5(uniqid(rand(1000000000,9999999999))).time(); But when i execute...
... From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On Behalf Of Chris Sent: 31 January 2006 05:09 To: php-objects@yahoogroups.com ...
Hi Patrick, To say that your help your time has been appreciated, would be an understatement. I'm fairly sure I copied and pasted accurately, but am now...
... //depending from which page the request comes - assign certain variables switch ($formVars['page']) { ... Line 118 is the line with the word 'variables'....
PHP5 doesn't bundle MySql functions anymore (read here <http://www.php.net/manual/en/faq.databases.php#faq.databases.mysql.php5> to know why). So, you need to...
Hi Nestor, Many thanks for your help. I did look at line 118 but didn't know what I was looking for ;-( Should I change something there? Any help appreciated. ...
Chris, from what I saw at the code line 118 was part of line 117 which was a comment but since somehow it got split into 2 lines then comment ceased to be a...
Hi Cris, Take a look at this snipplet: //depending from which page the request comes - assign certain variables Your comment "variables" is in a new line, so,...
inoeng
inoeng_satriani@...
Feb 2, 2006 3:58 am
3092
Hi Nestor and Inung, Many thanks for the help - just altered the code, but it's now giving a different error message ;-( The page http://www.011005.com/2/ The...
I don't know if it's linked to the errors, but there's no database involved. Any help appreciated. Chris ... Of Nestor ... form unusable by ... line 117 ... ...
Hi Abhishek, It could be to do with the version of PHP you are running or platform. The function documentation says: Note: On some platforms (such as Windows)...
Hi, I am thinking of a server based(triggered) communication. Such that if any change in data the server sends the info to the client and the change is...
Tomorrow is D-Day for a dangerous computer virus which has spread throughout the world via email and is programmed to destroy PC files on February 3. Email...
How do you people use PHP with Ajax? I have been using this code, but there must be something wrong because it takes too long to get the answer from the...
Hello,. ... That usually happens whn you compile PHP with a non-root user as sendmail is not in the path of non-root users and the mail function becomes...
Hello, ... I think you can print files in other formats with IPP such as text or images. Anyway, if you have difficulties I suggest you post a message to the...
Hello, ... Yes, XMLHTTPRequest is known to be slow, especially when you are dealing with XML responses. That was the conclusion of Guilherme Blanco, author of...
Hi, and thanks for the reply. I guess thats not the problem because the PHP was bundled with the Fedora 3 and installed when Fedora was installed. Maybe i've...
David
david@...
Feb 2, 2006 12:34 pm
3102
... From: support@... <support@...> Date: Jan 30, 2006 10:33 PM Subject: From 2xceed Team To: p.tamilselvan@... Dear Friend, Your friend...
Francisco, I HIGHLY recommend you use a php ajax framework. I use XAJAX and it works very well. http://xajax.sourceforge.net/ They also have a wiki and a...
Thanks a lot for the tip, I am dowloading it now. Can we talk more about this? BTW, where you from? ... -- /*----------------------------*/ When you have a...
Hi Nestor and Inung, Many thanks for the help - just altered the code, but it's now giving a different error message ;-( The page http://www.011005.com/2/ The...
hi chris, go to line 93, and then mark the line "*** blah blah blah". and please correct your file named connect_dir.inc (is it present there?) whichis needed ...
inoeng
inoeng_satriani@...
Feb 3, 2006 11:12 am
3107
Hi Inung, Many thanks for the help on this, I have Googled and researched until my eyes were nearly dropping out of my sockets, and then I had the idea of ...
I am having a problem with this page I am writing in DWMX2k4 connecting to MySQL 5 and PHP 5 databse. I am a newbie and can't interprut the error message. ...
HI teacherweek Woudl you pleaase copy the error which appear when you are try you excute this page? so we can figur out the problem because i see somehting...
I actually decided to scrape that page about 2am this morning after messing with it more... sorry everyone... but thank you for the responses. David _____ ...
Hi all, I have to do a payment process for a project on paypal and worldpay. Upto now Client has not given me any details. I too dont have any exp with payment...
chris, line 95: include_once ('connect_dr.inc'); put your connect_dr.inc file in the same directory with the 2.php file. ~inung; ... === message truncated === ...