[PHP] Re: PHP/MySQL/Server not working

2003-10-18 Thread conbud
Hey, Also the webhost only allows us database direct database connection using phpMyadmin, I did notice that on the table that stores the info, it keep getting an error after someone is posting the form. The error says something about Overhead: 275 bytes, Is this just an MySQL limitation that is se

Re: [PHP] PHP/MySQL/Server not working

2003-10-18 Thread conbud
magic_quotes_gpc is on, I dont use addslashes ConbuD "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Are the variables quoted out by php setting magic_quotes_gpc or do you > have to use addslashes in your code? > > conbud wrote: > > Hey, just a quick question, I hav

Re: [PHP] PHP/MySQL/Server not working

2003-10-17 Thread Marek Kilimajer
Are the variables quoted out by php setting magic_quotes_gpc or do you have to use addslashes in your code? conbud wrote: Hey, just a quick question, I have a form that users can fill out to join a certain group, we can then view that info from an admin page that requires logging in. When a user

[PHP] PHP/MySQL/Server not working

2003-10-17 Thread conbud
Hey, just a quick question, I have a form that users can fill out to join a certain group, we can then view that info from an admin page that requires logging in. When a user fills out the form I get an email letting me know that the form was submitted with the users info as well. Here recently, I'

Re: [PHP] MySQL Server

2002-12-04 Thread Gui Guy
> Thanks for the info... As it turns out, I am just a blithering idiot... I > didn't know that I had to create a separate user... As I said, that shows > my newbieness... Hey we don't always castrate blithering idiots here. Only those who pretend not to be one. > However, this has lead me to

Re: [PHP] MySQL Server

2002-12-03 Thread Thomas Seifert
"mysql"-database contains all the system tables and users. Users are only inserted there and defined for which database they are made. As Jason suggested, look at mysql.com they have a fine manual with tutorials and long descriptions which lead to easy solutions to create users. i.e. search

Re: [PHP] MySQL Server

2002-12-03 Thread Chase
Thanks for the info... As it turns out, I am just a blithering idiot... I didn't know that I had to create a separate user... As I said, that shows my newbieness... However, this has lead me to another question... The default database, "mysql," comes with a "users" file already... How do I cr

Re: [PHP] MySQL Server

2002-12-03 Thread Jason Wong
On Tuesday 03 December 2002 23:09, Chase wrote: > I am the first to admit that this question belongs on a MySQL newsgroup > instead of here, but I can't seem to find a newsgroup that will answer > me... www.mysql.com > Here is a newbie question. I am running a Win2K Advanced Server with IIS > 5,

[PHP] MySQL Server

2002-12-03 Thread Chase
I am the first to admit that this question belongs on a MySQL newsgroup instead of here, but I can't seem to find a newsgroup that will answer me... Here is a newbie question. I am running a Win2K Advanced Server with IIS 5, PHP4, and MySQLmax 3.23.53. I am by no means experienced in setting up

Re: [PHP] setting up a php/mysql server on linux

2002-06-18 Thread Chris Hewitt
Phil Schwarzmann wrote: >I'm a Linux newbie. I just installed Linux Red Hat 7.2 successfully. I >have some instructions to install php/mysql/apache and have a couple >questions... > > Fire away. > >Which is better, GNOME or KDE? I seem to like the feel of KDE better. > This is just for a use

[PHP] setting up a php/mysql server on linux

2002-06-18 Thread Phil Schwarzmann
I'm a Linux newbie. I just installed Linux Red Hat 7.2 successfully. I have some instructions to install php/mysql/apache and have a couple questions... Which is better, GNOME or KDE? I seem to like the feel of KDE better. Does Apache or php or mysql already come preloaded on Linux Red Hat?