PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I fill my table from MySQL tables. Each 1 minute i need to update table contents according to the changes in database(made by another people)
Can i do it in php? And how?
Thank you for any help
its supposed to go in the head, but i find it usually needs to go in the body tag.. and it always works
Yes it might work if it goes in the <body> of the page but all meta tags should be placed in the <head> of the page. <meta name="keywords" | <meta name="description | ....... and so on all need to be placed in the page <head>
nataly333 wrote:To Gen-ik :
It doesn't works , maybe I need to define something in php.ini ?
Thank you for your help
To LiLpunkSkateR :
It doesn't works not in body tag and not in head tag.What do you think is
a problem ?
Thank you
Oooh!. Don't forget that (a) your webpage with any PHP in it needs to have a .php extension ( mypage.php for example )... and PHP will only work when it is on-line, it won't work if the PHP page is sitting on your computer... unless your computer is setup as a server.
Of course have a .php extension file. One my computer is setup as a server, and second as a client. All another things are working well : connection to MySQL, tables filling...
Only refreshing doesn't work.
That's very odd. It supposed to work, but it doesn't:(
Is it depends on browser?
I remember that it worked. I reinstall php and MySQL, and it stoped to work.
But that is stupid: this is only html tag...?