Search results

  1. C

    why my php/mysql code is not working (5 stars)?

    here the code <?php session_start(); include "connect.php"; $share = protect($_POST['share']); //var_dump($share); $sql="SELECT * FROM table WHERE id ='$_SESSION['id']'"; $result=mysql_query($sql) or die(mysql_error()); $count=mysql_num_rows($result); while($row =...
  2. C

    what does this symbol "->" means in php?

    i am confused it will be great help if u will provide simple example
  3. C

    what does this symbol "^" means in php?

    i saw it ereg(^[a-z}}) something like that please provide example and discriptio.
Back
Top