Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Ok, I have a small database on site. Working fine for weeks. I go to login tonight .... error on username/password. I check the MySQL database ..... and its fine.
After messing around a bit I was finding that I had to use:Code: Select all
$var = $_GET['var'];Still one more thing ....... for some reason a form is NOT passing the variables even when I used the GET to retrieve them. I can go from page to page via:
Code: Select all
new_page?var=$varQueston? What happened? Did my hosting suddenly revert to some old version of PHP??
Anyone experienced anything like this?
I don't really know where to go from here when you have a fully working database completely stop for you.
Weirdan | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]