Hey, I just installed PHP5 via .htaccess on my 1and1 Shared Hosting Account.
How would I exactly install the "PECL uploadprogress"?
http://pecl.php.net/package/uploadprogress
---
There are barely, if not any, tutorials out there on Google...I do not have SHELL or SSH, so I cannot run "commands" as I have seen in some tutorials.
I'm using a 1and1 Home Package, and would like to install this extension...do I need to install any other packages such as PEAR in order for me to continue with this, or the extension is all I need. If so, how do I install it exactly?
Thanks in advanced.
I need some help with the IF command...
I have a large number of images in one section of my website with the .jpg format. I'm adding a bunch of new images thanks to a new camera, but in using Picasa to bulk export smaller images sizes,
Hardcopy printing is to wide
I want to make a hardcopy at runtime of my active form like this
Displaying Column Names
I have a question regarding the ability to show the column names from my table/query.What I'm looking to do is to be able to have my users enter their own query via a builder (Which I haven't built
Displaying returned XML in another PHP page
I have an online payment form that will return XML given if a payment is successful or declines. I am using PHP cURL to do this, and it all works from the standpoint of approving or denying
Add code to enable passing of checkbox variable on login
Ok, I have a login page, but want to add a checkbox that when checked and successful login is made it passes the checkbox value (checked = "Yes" to the next page) which then loads password
Displaying data from MySql a different way
Hi all,I'm pretty new to php and MySql and have hit a problem.I am able to display data in a table using the following code:<?php $database="MYDATABASE"; mysql_connect
Simple Variable Question
Hi everyone.... again,I am really getting into php still. Learning more every day. I love it.But I have run into a problem I cannot solve.From what I understand, you can only "echo
Help with echo()
I'm having some problems with this code:Code: echo ' <A
Need to write a cookie with a url var
Not sure if its possible, but I need to write a cookie with a url.So this would write 2232 as the cookie for ID.http://www.example.com/redirect.php?ID=2232Ultimately, I'm working on a pixel tracking
undefined offset help
Hi All,I kept getting undefined offset PHP notice for a simple for loop. For eg$va = array();$i=0;while($row = mysql_fetch_array($result)){ $va[$i] = $row['id']; $i++;}It gives undefined offset at