Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 8 of 8
Search took 0.24 seconds.
Search: Posts Made By: dekon
Forum: PHP 04-18-2013, 12:52 AM
Replies: 1
Views: 223
Posted By dekon
Unhappy You have an error in your SQL syntax; check the manual that corresponds to your MySQL

could someone please help me solve the following code error thanks

<?php
//create_cat.php
include 'mysql.php';
include 'header.php';

if($_SERVER['REQUEST_METHOD'] != 'POST')
{
...
Forum: HTML & CSS 03-14-2013, 01:28 AM
Replies: 4
Views: 221
Posted By dekon
i found out the problem i didn't close the code...

i found out the problem i didn't close the code at the end of the escape string thanks
Forum: HTML & CSS 03-14-2013, 12:26 AM
Replies: 4
Views: 221
Posted By dekon
Unhappy have a problem with my real escape strings

hi i am having a problem with my real escape strings on my website and have been getting this problem constantly

Parse error: syntax error, unexpected ';' in /home/signup.php on line 76

could...
Forum: PHP 12-14-2012, 01:57 AM
Replies: 4
Views: 337
Posted By dekon
i managed to get it to redirect but it don't when...

i managed to get it to redirect but it don't when i type in the correct username and password and click on the page it still redirects me to login page
Forum: PHP 12-13-2012, 11:15 PM
Replies: 4
Views: 337
Posted By dekon
you are still able to open the other page without...

you are still able to open the other page without being logged on since it don't redirect to the login page if not logged in
Forum: PHP 12-12-2012, 09:59 PM
Replies: 4
Views: 337
Posted By dekon
Cool session state help

this is part of the code that i have on my login screen
$sql="SELECT * FROM user WHERE username='$myusername' and password='$mypassword'";
$result=mysql_query($sql);...
Forum: PHP 12-04-2012, 12:09 PM
Replies: 3
Views: 388
Posted By dekon
Post what i want it to do is for example it displays...

what i want it to do is for example it displays my the mysql datbase one row of data which would be title, image, description and then after it then displays the next row of data

example
title:...
Forum: PHP 12-01-2012, 05:38 PM
Replies: 3
Views: 388
Posted By dekon
Post new to using php and need help

hi i am new to using php and i'm wanting it so it will display a row of data i.e tittle, picture,description and then afterwards it will then display the next row of data could use please help me ...
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT +1. The time now is 05:56 AM.