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
Links not updating
I'm trying to fuel a simple navigation system for a news section. It works fine when it comes to retrieving and displaying data, but if I click on a valid link in the following code, the content and
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,
classic dynpro : hide area and auto adjust hights
Hi,
Beginner PHP code help
Hi I'm new to php but if someone could please read the question below and help it would be great.a)create an html page to enter a row number (1-6) in a textbox to choose a list of student records.b)
Frustrated php Newbie
First off, I am pretty much a PHP nub. I can read and understand the language (most of the time) so I figured I could get this to work.So, my plan was to make a simple SQL server with a PHP bullitin
Move array index to end
Hey guys, Quick question: I have an array that looks like this:Code: [Select]$var = array( 'name' => 'thename', 'title' => 'thetitle', 'media'
Automatic Webpage ??
I have a page www.mysite.com/test.php with a <form> <textarea name="data" cols="100" rows="20"></textarea> //to enter the
check if string contain only a-z/A-Z
Is where any way to check if string contains only a-z/A-Z, without writing an array with all possible letters and then looping it.Code: $available = array('a', 'b', 'c, 'd'); //write a-zfor
How to find OS bit version
How can I tell the person browsing my site is running 32, or 64 bit operating system?
rdns with php
I am trying to build a script that will show all of the different domains that are hosted on the same ip. However when I do a rdns lookup with php only 1 of the domains is returned. How can I make it