No i dont get any errors in fact when i run it from the website it does nothing to the db now and it comes with a blank screen in the browser with done posted.
i have added quotes to the strings as follows :
" $sql = ("UPDATE events SET title = "$ntitle", artistname = "$nartistname"...
Hi i have this script as follows, and i cant understand why it doesnt work. all my connections are correct and it does put values in the database...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
the exor val is fine, i need to encorporate both scripts to be able to encript some text entered by the user which can then be put back into plain text to be able to read it.
the ex or value is the key that will encrypt the users input.
The second script i have above when used encrypts a...
please could you help me i have a file :
Listing 1
.model small
.stack 100h
.data
buffer db 100 dup(0)
entry db "Welcome to simple edit program",0ah,0ah,'$'
enter db "Please enter character - ESC to leave",0ah,0dh,'$'
endit db "Terminate the program",0ah,0dh,'$'
.code
; A marco for printing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.