I have this code that mails out addresses entered in a Flash postcard:
//------[ SEND ALL MAILS]-----------------//
function sendMail($to, $subject, $body, $from, $type){
global $pSemail...
I am trying to modify this autocomplete script and am having some troubles, it is located here:
http://www.brandspankingnew.net/specials/ajax_autosuggest/ajax_autosuggest_autocomplete.html
...
Help. Im looking for a tool that builds forms that connect to MySQL data bases and generates PHP code.
Not sure if they are out there but a tool that lets you design fields, select boxes and ...
I'm trying to convert a very large php application (ezPublish 2.9) to be PHP5 compatible and doing it by the "learn as you hack" method. I have the following error message for which I can't fi...
I need a small php script I can specify a value for example 30 and then check for the day of the month and subtract that value from 30? How do I do this?
I have found a script for allowing clients to remotely log into their cpanel accounts.
However, it breaks if password has certain symbols in it (i.e. @).
I'm not too sure of how to fix t...
Hi,
I have an array where cost, ad length, display and description are entered which will allow for different options to be selected.
for example:
$options = array('option1' => array('33....
I've been working through a tutorial here:
http://www.evolt.org/node/60103
I seem to need the function Mail_mimeDecode::decode()
But I can't find "Mail/mimeDecode.php" as indicated in t...
Is there an easy way to convert php4 files to php5. I have a site that i am trying to install on a new server and there are a lot of classes. Is there a software that can look through the fi...
Hi,
I wonder if anyone can help me. I use a function to convert an object into XML - it iterates through each parameter recursively returning the structure up the chain.
The problem is, ...
Got a weird one, I dont understand.
I have 3 sql statments I want to execute, however all when running mysql_num_rows return the first returned value.
Any ideas?
Hi I have inherited a problem in a language that I don't understand ... PHP
I need to convert the calling of a Web Service from ASP to PHP.
Could someone please help!
The ASP is attached.
How can I go about replacing a "token" in a longtext field with PHP code and/or HTML code?
In other words...if I am given:
<p>This is a token, please replace it <!--TOKEN--></p>
how c...
I am creating a component for joomla. Now how can I work out whether the current user has administrator's role so I can display a "delete" link in the front end of my component?
Sample code w...
Is there a function or some easy way to translate hex special characters from a url to regular charaters. Example:
filename%20with%20spaces.ext => filename with spaces.ext
Only, with any...
I am designing a website in PHP / MySQL. I have a list of postcodes in my database and I want to create a type of hyperlink on my website which takes the user to the Fitness First Locator page...
Hi Experts,
I'm working on a php form and having some trouble with handing quotes.
I realize it's probably not the best way to code it, but I've been wrapping the table elements of my form...
I have an export script to excel that use to work and now I get a error when opening the xls. file.
SYLK: file format is not valid.
Here is the code that writes it, any ideas?
<?
i...
What is the easiest way save .csv attachments in an email to server? I've tried a few code but am getting no results.
I would greatly appreciate if anyone has a functioning script that does...
I have an auth script which is failing to hold on to any $_SESSION values after any link or page change.
Doing some brief debugging, by using "print_r($_SESSION)" I could see that the sessio...
In a search results page, I have a sorting function. The issue I'm having is I'm trying to allow the user to sort by price. When the database was setup, the price row was setup as a variable...
Hello, is there an opensource solution, which can be hosted on our dedicated servers, where we can check multiple email clients:
For example, I can check my pop3, gmail, yahoo accounts from...
here's my code so far
$url='http://whatismyipaddress.com/';
$proxy = '128.130.35.76'; // proxy IP, change this according to your proxy setting in your IE or NS
$port = 80; // proxy port, ...
hi, i made paypal shoppping cart page with html form, but it looks unsecured. How can i encrypt them??
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<...
Hello Experts -
I need to do something on a single page and I'm having a problem setting and accessing the cookie. We have external URLs that pass in the string a variable - $refid - so ...