Passing Variables
What I'm wanting to do is when the user clicks on Arenas it will know the name of the country it's w
Adding Outlook 2007 items via file upload
I am looking for a way to be able to attach an Outlook item (an email message) in an ASP.NET 3.5 app
mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
onClick='location.href=index.htm'> not working
Below is my code:
echo "<input type='button' value='redirect' onClick='location.h
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
Auto-populating dropdowns and multiple forms.
Here's what I have so far:
First drop down = select a state (works)
This populates the sec
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)
PHP Upload issue
Hi guys,
I have stumble across an interesting issue with my script and is doing my head in.
how do i make new line after *
First check this page here. and you see my report. Im pulling form a mysql db. I want to beable to m
SELECT * FROM users WHERE Users are not in Blocked
How do I select all users from users table where there users_id is not stored in the block table