Hi all
as you might already have noticed, demo server, wiki and planet are down. As well as my email and jabber. This is caused by hardware failure and it's fixing is quite tricky right now because I'm in Spain till 4th August, but I hope to be able to restore at least something much sooner.
For now I've set up mail temporarily using Google apps, so at least it should work, rest will hopefully come soon.
this is my page ,,,,user id is not inserting in database please help;;;
<?php /*session_start(); if(isset($_SESSION["currentuser"])) { $user=$_SESSION["currentuser"];} include("connection.php"); if(isset($_POST['roomscheckboxes'])) { $room = $_POST['roomscheckboxes']; $n = count($room); $i = 0;
echo "The Rooms you selected are \r\n"; while ($i < $n) { $name=(!session_is_registered(myusername)); $rdate=date ("Y/m/d"); $sql = "INSERT INTO `reservation`.`roomreservation` (`username`, `roomid`, `reservation_date`) VALUES ('$_SESSION['currentuser']','$room[$i]', '$rdate')"; $result=mysql_query($sql); echo "<li>{$room[$i]}</li> \r\n"; $i++; } } ?>*/
_________________________________________________________________ More than messages–check out the rest of the Windows Live™. http://www.microsoft.com/windows/windowslive/
Honey Hassan wrote:
this is my page ,,,,user id is not inserting in database please help;;;
- How does this relate to the subject of this mail. - What is your page? Do you mean the snippit of php code below? - How is this related to phpMyAdmin? You might be better of at a generic php mailing list. - You might wanna look at the quoting in your INSERT statement though.
<?php /*session_start(); if(isset($_SESSION["currentuser"])) { $user=$_SESSION["currentuser"];} include("connection.php"); if(isset($_POST['roomscheckboxes'])) { $room = $_POST['roomscheckboxes']; $n = count($room); $i = 0; echo "The Rooms you selected are \r\n"; while ($i < $n) { $name=(!session_is_registered(myusername)); $rdate=date ("Y/m/d"); $sql = "INSERT INTO `reservation`.`roomreservation` (`username`, `roomid`, `reservation_date`) VALUES ('$_SESSION['currentuser']','$room[$i]', \'$rdate')"; $result=mysql_query($sql); echo "<li>{$room[$i]}</li> \r\n"; $i++; } } ?>*/
check out the rest of the Windows Live™. More than mail–Windows Live™ goes way beyond your inbox. More than messages
http://www.microsoft.com/windows/windowslive/
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi
Dne Sat, 25 Jul 2009 18:54:10 +0200 Michal Čihař michal@cihar.com napsal(a):
as you might already have noticed, demo server, wiki and planet are down. As well as my email and jabber. This is caused by hardware failure and it's fixing is quite tricky right now because I'm in Spain till 4th August, but I hope to be able to restore at least something much sooner.
For now I've set up mail temporarily using Google apps, so at least it should work, rest will hopefully come soon.
Well actually all should work as of now. But I've unfortunately lost one week of data, so any wiki edits done in last week are gone.
Michal Čihař wrote:
Hi
Dne Sat, 25 Jul 2009 18:54:10 +0200 Michal Čihař michal@cihar.com napsal(a):
as you might already have noticed, demo server, wiki and planet are down. As well as my email and jabber. This is caused by hardware failure and it's fixing is quite tricky right now because I'm in Spain till 4th August, but I hope to be able to restore at least something much sooner.
For now I've set up mail temporarily using Google apps, so at least it should work, rest will hopefully come soon.
Well actually all should work as of now. But I've unfortunately lost one week of data, so any wiki edits done in last week are gone.
I've restored the wiki edits from my RSS reader which is subscribed to the wiki changelog.
Incase you need it ... I have space on my dedicated backup server. And nagios monitoring if your interested
Hi
Dne Tue, 28 Jul 2009 10:07:41 +0200 Herman van Rink rink@initfour.nl napsal(a):
I've restored the wiki edits from my RSS reader which is subscribed to the wiki changelog.
Thanks a lot!
Incase you need it ... I have space on my dedicated backup server. And nagios monitoring if your interested
Well I have a backup server, just the backups were not properly configured, so the most up to date was one week old :-(.