Search found 4 matches

by slowcoach620
Mon Sep 06, 2010 4:13 pm
Forum: PHP - Code
Topic: Connect and query mysql
Replies: 2
Views: 388

Re: Connect and query mysql

Thanks Jonah I'll give that a try

Regards
John
by slowcoach620
Sun Sep 05, 2010 1:32 pm
Forum: PHP - Code
Topic: Connect and query mysql
Replies: 2
Views: 388

Connect and query mysql

I had managed to get an small application working with mysqli_connect() and mysqli_query() but the web host I am using is running PHP 5.2.13. I seem to be able to connect to the database using mysql_connect() and when I use something like: $result = mysql_query($query); to query the database i get a...
by slowcoach620
Tue Aug 10, 2010 4:24 pm
Forum: PHP - Theory and Design
Topic: When the start page is not Index?
Replies: 2
Views: 1505

Re: When the start page is not Index?

Vladsun

Thanks for the tip. I'll get on to that ...tomorrow - hopefully that will get me going again

slowcoach620
by slowcoach620
Tue Aug 10, 2010 7:05 am
Forum: PHP - Theory and Design
Topic: When the start page is not Index?
Replies: 2
Views: 1505

When the start page is not Index?

I'm relatively new to php and I've been asked to make a few changes to a website that uses php very heavily. In the work I have done so far my sites have always started in the Index file in the html directory. The site I am looking at now does have an index.html file but the page has no includes or ...