help with php

sahaquiel

New Member
Messages
27
Reaction score
0
Points
0
Hi im new in this world, so i been worked in a data base, and on my computer works very well, but when i try to upload here, it doesnt work, waht colul be the problem?
I created the data base, on x10, with the wizard, and management the database with php myadmind, but i dont knowwhere the mistake is.
thanks for help
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
The files(php, html ,scripts) all should be placed under public_html

Your database host is localhost
database username is yourcpanelusername_databaseusername
database is yourcpanelusername_database

Check these settings. and post back if any errors comes.
 
Last edited:

mattura

Member
Messages
570
Reaction score
2
Points
18
if you still have problems, paste your php that connects to the database and executes a query, we'll have a look.
 
Top