Hi guys, I am posting on here in desperate need for some help with an ongoing search I have been doing for the last few weeks.
Basically I have searched the web, high and low for a "mail to a friend" php (or even javascript) code that will:
1) Send a friend the URL of the page they clicked the "mail a friend" link from.
and
2) The submit form HAS to have some form of captcha code to stop spamming. And if possible shows the URL that is going to be sent as a preview to the sender.
I have honestly searched everywhere, seen some good scripts but they either dont work or are missing one of the above that I need. I dont even mind paying a small fee it if does what I want it to do.
I have a 600 page website so I need more than a refer my website script, it has to be a refer this webpage script.
Also, one other thing, is there a way of adding a "tweet this webpage" so that visitors can click on it and it then takes them to the mail twitter log in page, they log in and their tweet defaults to "Wow check out this great webpage (puts the url in from the page they clicked "tweet this page").
Hope that makes sense and any help would be SO appreciated as I have given up the search, lol.
Thanks again
Optimize Code
Just started getting into the use of cookies. The following code will redirect users to a set URL should they view a preset number of pages. I'm a little concerned with the speed in which this
Need understanding of this bit of code
Code: <?php // WHERE clause filters $arrSQLFilters = array(); // whether or not zip codes table needs to be included $boolIncludeZipCodes = false; // Zipcode filter
mysql_real_escape_string
Let me preface this that I am very much a PHP noob, but I have some SQL training (not necessarily MySQL, we used the Microsoft variety in school). I have a weird problem, I'm trying to create a
Problems with array
This code is the last lines in an upload script that uploads 4 images at the same time and writes the url to these and som other information to the database. database structure: id img1 img2 img3
mysql_query returning boolean instead of mysql ressource
Hi,I seem to have a weird issue with the php command mysql_query. I pass 2 arguments the query in a string format (SQL is working properly) and a database ressource which is also good. The problem is
Need help: how to catch acess of undefined class properties
Hello. I am learning OO with PHP and have hit a problem.Some code runs as perfectly valid code, where i would like PHP to issue a warning / error.I guess this is because of the loose typing of PHP,
FlashVar function how to insert variables
Hi guys. Im new in this forum and also new in php programming. Can you help me about this code?<embed src='player-viral.swf' width='263' height='220' bgcolor='undefined'
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.I have roughly 30 files. I want to be able to edit every $_POST and $_GETCode:
PHP Surveys
I really would like some advice.If you have a client come to you asking for a survey to be done with 117 questions each has 4 radio button check boxes, and a overall percentage needs to be tallyed up.
Delete all files in folder except with certain name
I have a script that I want to delete all files in a folder (taken from a database) except for one named thumb1.jpgI have this, but this deletes all the files and a subfolder if there is one. How can