Jump to content

error strange error


vikaspa

Recommended Posts

I am puttting following code in text area (which is nothing but you-tube embed code

 

 

<iframe width="425" height="349" src="http://www.youtube.com/embed/wDPZuRLIV70" frameborder="0" allowfullscreen></iframe>

 

When submit is clicked

it gives error (image attached)

 

You dont have permission to acccess xxx.php

xxx.php is nothing but the program file

 

My insert script is as follow

 

$insert=sprintf("INSERT INTO youtube(  id,    status,  srno,  name, detail ,  code  )

                                        VALUES ('',  %s,  %s, %s, %s , %s  )",

GetSQLValueString($_POST["status"], "int"),

GetSQLValueString($_POST["srno"], "int"),

GetSQLValueString(addslashes($_POST["name"]), "text"),

GetSQLValueString(addslashes($_POST["detail"]), "text"),

GetSQLValueString(addslashes($_POST["code"]), "text"));

 

which works (Inser quesry)  alright

in case

i enter normal text like "abcd "

insted of

 

<iframe width="425" height="349" src="http://www.youtube.com/embed/wDPZuRLIV70" frameborder="0" allowfullscreen></iframe>

 

refer page for error

 

please help

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/240797-error-strange-error/
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.