Jump to content

($eps +1)


bamfon

Recommended Posts



<?php 
$con = database_connect();
$sql = "SELECT * FROM episode1 ORDER BY ep DESC LIMIT 1";
$result = mysql_query($sql);
while ($row = mysql_fetch_assoc($result)) {
$ep = $row['ep'];
}
?>

<?php echo  ($eps +1); ?>

Well what i am trying to do here is make it call the ep from the row and +1 on to it  but it dont seem to be working :s

 

i have tryed to do it other ways but none of them work

Link to comment
https://forums.phpfreaks.com/topic/224366-eps-1/
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.