Is it possible to view php source code??
Hi All
I was just wondering if it's possible to view a websites php source code?
I know
Why is this query failing?
Why is this not working?
$query = "SELECT * FROM `users` WHERE `userid` = " . $USERID
Convert array to string and write to csv file
I am looking to write a MySQL query to a csv file.
At the minute I:
check for the orig
Form File Upload
I've read through tons of resources and tutorials and as far as I can tell, my code is accurate, but
unserialize help, getting errors
hi all ,
I got a form with 6 fields (2 input and 4 select box), when the page loads one block is
How to ask a regex question?
Hi, I thought I'd share some of my insight after seeing too many bad questions that either get ignor
help with calculations on a flat text file
hello,
I have this code below that is attached to a flat file like this:
Email:LastName:FirstN
Loop column after 2 results
Hello All.
Here is what I have:
Client ID Company name Clien
mysql VARCHAR acting like INT
Hi, All.
I have a table that contains a varchar(10) column named weird_field. In this column
MVC - Code review
I'm in the process of trying to wrap my head around MVC, and as part of that, I'm attempting to impl