[PHP-DB] Problems in creating image

2006-02-05 Thread Ruprecht Helms
Hi, I want to insert a securityimage within a registrationform. Unfortunately the securityimage-scripts is putting out errors. Actualy I have the whole project that include also these scripts on my local host under /srv/www/htdocs/projectdir. What can be wrong because the script only says that

[PHP-DB] First web app, ever, so please bear with me

2006-02-05 Thread Matty Sarro
Greetings all! I am finally taken the plunge and started trying to develop a web application. I've got a fair amount of web design experience with straight up HTML, I've written a few scripts with perl, and I'm slightly familiar with SQL. This is to give you some background... I'm by no means

[PHP-DB] problems with mysqli extension

2006-02-05 Thread Filippo Mesirca
Hello! I've can't get php to communicate through mysql via the unix socket. I've compiled apache-2.0.55, mysql-5.0.18 and php-5.1.2. I've configured mysql to put the unix socket in the /var/run/mysql/mysql.sock file. Among the compilation options that I passed to php, there are

Re: [PHP-DB] screen resolution!

2006-02-05 Thread PHP Superman
Or you can have a page which detects resolution by javascript and redirects to another PHP page with the resolution data On 2/4/06, Bastien Koert [EMAIL PROTECTED] wrote: As the other poster mentioned you need JS to detect the screen widththe usual approach is to use js to detect the

[PHP-DB] Re: Subject: screen resolution!

2006-02-05 Thread Neil Smith [MVP, Digital media]
At 08:41 05/02/2006, you wrote: Message-ID: [EMAIL PROTECTED] Date: Sun, 5 Feb 2006 02:44:19 +1100 (EST) From: JeRRy [EMAIL PROTECTED] To: php-db@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=0-733704850-1139067859=:48594 Content-Transfer-Encoding: 8bit Subject:

Re: [PHP-DB] Re: Subject: screen resolution!

2006-02-05 Thread Jan Bailleul
I suggest you use JavaScript rather than PHP, because when using server side scripts, you most probably need to use functions/variables out of the Document Object Model (DOM). When you use JavaScript, no extra trafic is generated on the network/internet, and that isn't even necessary!

Re: [PHP-DB] screen resolution!

2006-02-05 Thread Micah Stevens
Or you could design your page so that it's not resolution dependant. -Micah On Sunday 05 February 2006 8:28 am, PHP Superman wrote: Or you can have a page which detects resolution by javascript and redirects to another PHP page with the resolution data On 2/4/06, Bastien Koert [EMAIL