Hi,
I have a php script which uses ffmpeg to convert the videos, it uses multi pass options and other technique to come up with a quality encode while keeping the size to minimum.
Probl...
I need to figure out what state an IP is from...
I've looked into google client location api, but couldn't get it to work
http://code.google.com/apis/ajax/documentation/#ClientLocation
...
What's wrong with this Http request so that the server is returning an error?
GET postinfo.html?test=1 HTTP/1.1
Host: www.rogertanios.com
Content-Type: application/x-www-form-urlencoded
...
What's wrong this query, I'm not getting any data from the result. When i run on server/phpmyadmin it works and i get many records.
DB connection is working and script is executing the quer...
Hello experts.
I'm trying to include a simple pagination for a search results page (similar to googles) with a <prev 1 2 3 (page numbers) next> links.
I have limited the results to each ...
I'm new to PHP but familiar with OOP.
I have constructed a class to contain all my data.
I need this object to persist through the page progression as I modify and validate it.
I understand...
i get this error when using
Warning: file_get_contents(www.dasdas.com/sadasd.php?t=1367141) [function.file-get-contents]: failed to open stream: Result too large in C:\wamp\www\spadser\gsdai...
when you search anything in google, at the bottom of the page there is a Gooooooooogle. and the page number correspond to the word "o". i'm trying to understand that concept but i can't. could...
Hi,
How can I count numbers in a string? I'm using str_word_count to count the words in the string but this doesn't count the numbers also. Is there something that can count the words and num...
by using smarty,
how to fetch data from mysql and show it to an option list.
i wan to select to display the
field "pack_name" from table "package"
inside pack_name field have sev...
I have looked over previous post regarding implementation of a php progress bar and I am still having trouble understanding exactly how to utilize it such as, where to place the code within my...
Hi!
I have a MySQL database that I need to export table data out of and into an excel spreadsheet.
The scenerio...
-3 tables volunteer, volunteerC & volunteerD
-the volunteer table hol...
I'm on PHP 5.1.6 and so timezone_identifiers_list() is supposed to be available. But it's not.
Running this:
shell> php -r "print_r(timezone_identifiers_list());"
Produces this:
PHP F...
I have text file attached , my task is read file and extract this information based the fixed length of string on each line ( Specification is attached )and take its fields and input into data...
Hi!
I'm working on an interface that's based on "plugins". The interface has one main class and each plugin has its own class which extends the main one. For one specific plugin I also need...
Now this may seem a little complicated, let me explain:
I have this structure:
/category/name/xyz
/xyz2
/name2/xyz
/category2/name3/xyz
etc...
Hi guys im having issues with getting the value a user has selected from a combo box and would love your help.
I think my problem is in the following.
Im trying to grab the selected value ...
hello:
i hve a form when user click the submit button, the form information will be put in the message body of the a email.
I want to format the sending data into a html table and then put...
I'm using a php script to load in image files. For some reason, there is a white border around the images that I can't seem to get rid of. Is there a way to get rid of it?
Hi guys hope u r well.
What im trying to do is the following..
I have a php page with an iframe and a div in exactly the same position on the page.
So, on page load, I have the iframe h...
I am having great difficulties finding any resources on how to parse a pretty simple XML script. I have tried both simpleXML and the XMLReader tools and just cannot seem to pull the data out ...
I've got the following method which should be grabbing a youTube video to display on my site but I'm getting a preg_match error. Any idea what might cause this error?
I am creating a "Tell a Friend" page that sends a postcard to the desired recipient.
The php script I have sends the email to the recipient.
The code all works but I am trying to get the e...
When I try to create simple xml dcoument using $doc = domxml_new_xmldoc("1.0"); .. i get the below error,
Fatal error: Call to undefined function domxml_new_xmldoc() in C:\xampp\htdocs\fsoc...
I am sending an html email from a website using php mail(). Its just a small formatted table, a list of items and prices etc.
See snippet for code (apologies for length, didn't want to ex...