Get to know your fellow coder
I think it's time we got personal around here. There's a lot of code swapping and a few members kno
Form a inline view based on the results of the previous query?
Hi Experts,
Can we form a inline view on the results of a previous query (another inline view)?
How to create a static html menu from a database
Hi,
I have built a small cms which allows me to create simple html pages and then upload them
Random Number Generation And Probability
Hello, I am working on a function which has to insert data into a SQL table.
we have to suppl
Parse error: syntax error, unexpected T_ELSEIF in /home/......html/item.php on l
I do not know what is wrong with this. Hope some one can help. I do nto want to post the entire site
returning data from an ssh2_exec()
here's what i got.
$conn = ssh2_connect($this->_host);
ssh2_auth_password($c
values in array being escaped
I would like to submit some values - back to the same form for checking before processing...
Variable Clash
In the past I've had variables clash. For example:
Code: <?php
$c = 5;
$ca
PHP Login
Hey!
I got this shopcart code online, am trying to modify it but am getting an error when i try a
Display a default image
I am trying to display generic image for items that don't have one, but I can't get it to display.