Hi everyone,
I need to pass a variable called $order_id to a included PHP file or in other words I need the included file (processor.php) to grab the $_POST of the order ID somehow, this ...
How can i install php mysql postgresql phpMyAdmin phppgadmin apache on window xp please suggest
I have a page with an iframe. I need a function get the URL of the current page in the iframe. Is there a way this can be done? The page in the iframe can be anything/not in my domain like goo...
Is it posible to use the R&OS PDF ezTable and have images appear within?
I have a photo with 3000 * 2500 pixels size. I want to upload this photo and create thumbnail while creating it gives me blank. I am trying this in joomla. Not sure how to fix this? any though...
I have a string containing greater-than signs > like so:
$groceries='big Huge Apple > Organic";
I want to chop off everything after the " > " (space , greater-than, space)
So all t...
im not a programmer .. can you help me implement this upload script on my website
http://www.uploadify.com/implementation/
i've downloaded and unzipped the file on my website in a new fold...
I've been traying to send an html newsletter through different php linraries like xpert, phpmailer, and even tried to program my own classes to handle the newsletter submission, but every libr...
Hi,
What is the difference between include(), include_once(), require() or require_once() .
Should I just be using only include_once() everytime to ensure I don't get any fatal errors and in...
<div id="maincol">
<span style="width: 100%;"><a name="content" id="content"/></span>
<h1>Title</h1>
<div class="text">
<div class="innerText">
this is text
</div>
</div>
<...
I have an image upload portion of my website. Is it possible to create a flash movie that plays while the image is being uploaded and then once the image has successfully uploaded the movie st...
Dear All,
We have a PHP application which takes CSV file as input and converts it into MySQL table (Using LOAD DATA INFILE ... command). The first line of the CSV file is the table columns ...
Hi there.
I'm trying to run this perl script from php but it just won't run producing a blank output page.
I have a feeling that the quote around "Testuser1" are causing problems as if i...
I've worked out a snippet of code that will allow me to grab the total number of downloads for a wordpress plugin via their API at wordpress.org, but the problem is that I want to be able to h...
I want to know the equal file web.config in asp.net for PHP where we can do lot of things like web.config for PHP?
HI,
I'm new to for loops and while I understand them largely, I want more information about their application.
I understand this is the basic form they're used in:
for ( initialize a c...
I have written following code to dynamically fill html drop-down list. It is not filling and I want to know what changes need to be done?
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent
what is this warning
Hello
I have to pass a Unicode URL; this is an example from my htaccess file
RewriteRule ^categories/([0-9]+)/?/([0-9]+)-([0-9]+)/?/( [_A-Za-z0-9-]+).html/?$ index.php?action=browse&cat=...
Hi,
I've been trying to put together a registration form using php and I have a small problem. Everything seems to work ok except the very last part.
The idea is that if all the require...
my values in my database are 1 and 0
Hi,
I have been trying to install zend framework 1.9.2 but could not be successful ;-(. I am using WAMP and my PHP path is
D:\wamp\bin\php\php5.2.9-2
and I have kept ZF "library" fold...
I have a simple search.php page querying a MySQL database. Each row has a button to but using PayPal which uses a <form> tag to send the information to Paypal.
My problem is, the first res...
I have a form where I enter a url and it appears on the site as scrolling news. see www.cluemachines.com (left side). How do I change the code to have the link open in a new window?
Hi there, i am building a facebook application where privacy of users is mostly important. I want to be able to show pictures of users but not show names. however when you request a picture of...