Search found 7 matches

by dila125
Fri Aug 05, 2005 6:38 am
Forum: PHP - Code
Topic: working with checkdate
Replies: 3
Views: 821

working with checkdate

On an HTML form that my users fill in, I have a section for for them to enter a date. This is done through three listboxes, one for day (from 01 to 31), one for the month (01 to 12) and another for the year (2005 to 2010). Of course the user could select an invalid date, such as 30th february 2006, ...
by dila125
Sat Jun 12, 2004 10:28 am
Forum: Installation and Configuration
Topic: mysql set up problem
Replies: 2
Views: 5140

mysql set up problem

PHP 4.3.4 MySQL 3.23 Windows 2003/IIS6 I have a PHP script for connecting to a mysql database. When procesing the script through the command line, everything works fine, but through an internet browser the following error is displayed: Warning: mysql_pconnect(): Can't create TCP/IP socket (10041) Mo...
by dila125
Thu Jun 10, 2004 8:19 pm
Forum: Databases
Topic: mysql set up problem
Replies: 1
Views: 707

The error I get when trying to use the mysql_pconnect() function is: Warning: mysql_pconnect(): Can't create TCP/IP socket (10041) Again, all code and mysql/php settings/versions are the same. I think the problem might by windows 2003/iis6. Has anyone had a similar problem ? Edit: ----- Just tested ...
by dila125
Thu Jun 10, 2004 10:12 am
Forum: Databases
Topic: mysql set up problem
Replies: 1
Views: 707

mysql set up problem

Hi, I have a mysql setting problem that is driving me mad. Hopefully someone can give some advice: On the local network I have windows 2000/iis5 machine running our intranet site, with php and mysql working ok. Anonymous access is disabled, and root has been assigned a password and given full access...
by dila125
Sun Apr 18, 2004 9:00 pm
Forum: PHP - Code
Topic: Search Submission Code
Replies: 2
Views: 684

My current code is: <form method=GET action="http://www.google.com/addurl"> <input type=hidden name=q value="http://www.test.com" size=40 maxlength=256> <input type=submit value="Google" name="submit"> </form> but how can I display a response on my site instea...
by dila125
Sun Apr 18, 2004 7:18 am
Forum: PHP - Code
Topic: Search Submission Code
Replies: 2
Views: 684

Search Submission Code

Does any know the easiest method of integrating a google add url submit box into my site? I 've got the form to get the site address and comment box, and I know the url to send the data to, but how do I actually send it and how can I get the result from google and display it on my site? The google a...
by dila125
Fri Apr 09, 2004 7:11 am
Forum: PHP - Code
Topic: Structure/Vairables Problem
Replies: 1
Views: 662

Structure/Vairables Problem

Hi, I have a problem with the structure of my website which is causing problem with passing variables between functions, even when declared as global. It would probably be easiest if I explain the structure in english instead of listed loads of code: page.php include output.php display header displa...