urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
Posting to another Site?
I have software that people install.
When they install it, is there a way to make it post their d
Sessions work for me and not others?
I'm having a bit of bad luck with sessions. In the past they have worked fine for me, but this time
mysq_num_rows
Hi,
I want to use:
Code: if(mysql_num_rows($ergebnis2)==2)
how can the value 2, be
How to write on database when a link is clicked?
Hi,
I have a list of products in a gridview. When the link is clicked currently it takes to an ext
Need Help with a query
Hello,
For some reason I am just not getting the right answer when I do this query and not quite
Extract text from string
Hi folks,
I have a string that looks like this:
aaaaaaaaaa:
bbbbbbbbbb (ccccccccc)
php title problem
Hi,
I am having a problem managing my page title with PHP.
Currently I have my <
Redistributing dependent dlls
Hai all ,
I have created an application in VC++ using VS2008 in a development machine which r
CHMOD script
Hi,
I need a script to read all files in a folder and set to 777.
Can anyone help out