Re: [PHP] info required reg. PHP

2003-03-03 Thread bbonkosk
Answer to number 1: I'm sure you could, but why would you want to when Javascript is more suited for this type of processing. If you don't know javascript google for some tutorials or for alert boxes, and I'm sure you will find plenty of examples. for #2: For Mysql check this: http://www.mysql

RE: [PHP] info required reg. PHP

2003-03-03 Thread Jon Haworth
Hi, > 1) Can we display an alert box using PHP. No, you need to use Javascript's alert() function. PHP is server-side only. > 2) I would like to know the max. number of records or max. space > a database (mentioned below) can provide. Oracle, MySQL and SQL Server are limited only by the space

RE: [PHP] info required reg. PHP

2003-03-03 Thread Niklas Lampén
1) No you can't. Use javascript for that. 2) This information is easy to find from web. Read datasheets or use google. Niklas -Original Message- From: yogendra lingsugur [mailto:[EMAIL PROTECTED] Sent: 3. maaliskuuta 2003 14:32 To: [EMAIL PROTECTED] Subject: [PHP] info require

[PHP] info required reg. PHP

2003-03-03 Thread yogendra lingsugur
Hello ! I have got 2 doubts/questions for clarification. 1) Can we display an alert box using PHP. The objective is to fire back the user for his incorrect submission with an alert message. 2) I would like to know the max. number of records or max. space a database (mentioned below) can provid

[PHP] info required reg. PHP

2003-03-03 Thread yogendra lingsugur
Hello ! I have got 2 doubts/questions for clarification. 1) Can we display an alert box using PHP. The objective is to fire back the user for his incorrect submission with an alert message. 2) I would like to know the max. number of records or max. space a database (mentioned below) can provid