Re: [PHP] ERROR IN THIS CODE

2004-09-05 Thread Jorge
$id = ( isset($_GET['id']) )?$_GET['id']:'1'; this was the solution. - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 05, 2004 9:36 PM Subject: Re: [PHP] ERROR IN THIS CODE

Re: [PHP] ERROR IN THIS CODE

2004-09-05 Thread John Nichel
Jorge wrote: I resolve the problem. And the solution was? -- By-Tor.com It's all about the Rush http://www.by-tor.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ERROR IN THIS CODE

2004-09-05 Thread Jorge
I resolve the problem. Thank you for all. - Original Message - From: "Jorge" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 05, 2004 6:23 PM Subject: [PHP] ERROR IN THIS CODE the problem is that when i do a echo shows me: "SELECT

[PHP] ERROR IN THIS CODE

2004-09-05 Thread Jorge
y, September 05, 2004 6:01 PM Subject: Re: Fw: [PHP] ERROR IN THIS CODE > Is this part of a guessing game? > do you want us to guess the error message you are seeing? > > Jorge wrote: > >> >> include('include/conexion.php'); >>include('incl

Re: Fw: [PHP] ERROR IN THIS CODE

2004-09-05 Thread raditha dissanayake
Is this part of a guessing game? do you want us to guess the error message you are seeing? Jorge wrote: include('include/conexion.php'); include('include/conf.php'); $sql = "SELECT * FROM oposicions WHERE id = '$id'";> I think that the

Fw: [PHP] ERROR IN THIS CODE

2004-09-05 Thread Jorge
include('include/conexion.php'); include('include/conf.php'); $sql = "SELECT * FROM oposicions WHERE id = '$id'";> I think that the problem is here. $result = mysql_query($sql, $link);

[PHP] ERROR IN THIS CODE

2004-09-05 Thread Jorge
include('include/conexion.php'); include('include/conf.php'); $sql = "SELECT * FROM oposicions WHERE id = '$id'";> I think that the problem is here.