Is it possible to put an entire 500-page book in a database with PHP?
I am working on an intranet and I was wondering if its possible to code php with mysql to enter a fu
PHP/PKI
I am trying to set up a web application that uses pki. does anyone have a good tutorial to set this
writing my own sobel filter convolution - something is wrong
I am trying to keep it very simple, I cant see anything wrong with my logic, could anybody help poin
CHECH A STRING FOR ' " ' (DOUBLE QUOTES)
I am checking for delimiter (.!?) and if there is a " after a sentence then it should neglect a
private constructor
Hello,
Can we create a constructor as private? If yes, what is the use of it? If no, why can'
PHP Tab Control
Hi All,
I would like to have PHP tab control with/without Javascript.
But I want to r
TinyMCE / Ajax Postback Problem
Hiya all,
I have a page which loads the TinyMCE editor. On the postback I obviously want to f
asp authentication problem
Hello all,
I want to use the asp authentication (from asp.net configuration) in my web site. there
Can I use a loop
Hi buddies!
Once again with my doubts here.
Right now I am using this sql stat
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<