HTML with PHP and mysql

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
onbeat69
Forum Newbie
Posts: 4
Joined: Sun Dec 07, 2003 6:56 pm
Contact:

HTML with PHP and mysql

Post by onbeat69 »

i am new in php. i am trying to create a form in html, which i will store data in php, and store later in a server database thru mysql. Can anyone help me with the sample code. I have a problem this because I've been using javascript and html.
Straterra
Forum Regular
Posts: 527
Joined: Mon Nov 24, 2003 8:46 am
Location: Indianapolis, Indiana
Contact:

Post by Straterra »

User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

Post by devork »

always first refer to your knowledge (3 times) ->php manual (3 times)-> google search-> this->forum
nice trip:D
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Might add:
http://www.evilwalrus.com/
http://use.devnetwork.net/

Search for something, try the examples/snippets and learn from what others have produced.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

I think you need a little bit more specific link:

Google: [google]php insert mysql tutorial[/google]

[Edit: Fixed Google Link, apparently " breaks the Google-speedlink (?) --JAM]
Post Reply