View Single Post
Old 02-12-2013, 01:08 AM   PM User | #16
BubikolRamios
Senior Coder

 
Join Date: Dec 2005
Location: Slovenia
Posts: 1,876
Thanks: 114
Thanked 76 Times in 76 Posts
BubikolRamios is on a distinguished road
It is a hassle (-: I'm java user myself, as I think, Old Pedant too. So, no PHP here.

I would suggest to do, split problem to smaller chunks, and see on which line it dies.: ....
But again, I'm mostly guessing PHP:

Code:
$tmpStr =  '<td><a href="delete_job.php?id=';
$tmpStr = $tmpStr . $row['ID'];
$tmpStr = $tmpStr . '"';
.....
and if it does not die here somewhere , it will on echo command,
then you will have $tmpStr, to see what is in it (catch it on server side....)
__________________
Found a flower or bug and don't know what it is ?
agrozoo.net galery
if you don't spot search button at once, there is search form:
agrozoo.net galery search
BubikolRamios is offline   Reply With Quote
Users who have thanked BubikolRamios for this post:
Eggweezer (02-12-2013)