Jump to content

[SOLVED] Uninclude an id


dachshund

Recommended Posts

<?php
$today = date('Y-m-d');
$sql="SELECT * FROM interviews ORDER BY id DESC";
$result=mysql_query($sql);
?>

 

hello everyone, just wondering if anyone knows how to uninclude an id?

 

from this code i want id no1 to be unincluded because i already have more code to place it at the top of the page, and dont want it represented twice.

 

any help would be much appreciated.

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/156401-solved-uninclude-an-id/
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.