Jump to content

Can PHP connect with other pages and get/store/delet stuff on it?


clonetrooper9494

Recommended Posts

I know a SQL can connect with PHP, but is there another way? I am on a free hosting site, and they don't offer SQL (its free, and has a ton of space!). I was wondering, could I make a login table and allow people to sign up like a real site with a data base, with out one? On my site, I found using PHP would be safer, as you can not see the user info. I have made a PHP code that takes the username, and then echos different infomation depending on the username. And that works, but the there is no way for a person to sign up with out me going in and changing it.Like I said before, the site won't allow SQL data bases. Is there a way to have PHP (or some other script) to change the content of another page that I make?

Link to comment
Share on other sites

You can sign up on other hosting site tha gives mysql base too, and you will use only the db from that hosting. You can try with awardspace.com as they have mysql on other server, so instead of "localhost" when you connect to the base you'll write the adress.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...