Grab or get the email address and given name.
This the output I am getting from yahoo contact API How can I grab or get the email address and given name. Please advise me. Thank you for your help OUTPUT { "contacts": { "start": 0,...
View ArticleImage copy error?
I'm using a simple script for Image Copy. It's adding an image to the bottom of another image. Both images are the same width. The script works fine, but it changes the color of my images and makes it...
View Articlethere is any OCR readers built to be run within PHP ?
there is any OCR readers built to be run within PHP ?
View ArticleReminder System
I would like to set up a reminder system where on a certain day of the users choice, they are sent an email to remind them of a specific thing. What I have now is a "To Do" list. here: <?php...
View Articlephp listbox advance
hai... i have a question can someone help me to solved this prob. i have 1 listbox is name "kawasan kerja". what i want to do is if that lisbox is choose same other data will show in the jalan box...
View ArticleArrays from MySQL database contains no data? (Simple Q)
$fetch_data = mysql_query("SELECT * FROM data WHERE data_id IN ($var_hook) ORDER BY time_id ASC"); $series = array(); foreach ($var_hook as $id) { $series[$id] = array(); } while ($new_row =...
View ArticleNeed help passing a value through a checkbox
Hey, I have a list of store names displayed in the script below. I am trying to delete the whole store row, by selecting the store and running a delete query. I am having trouble passing the store id...
View Articlehtml being stripped?
HI, Relatively new to php here but experience with html & css. I have recently taken over a project from somebody, and I'm trying to make some minor adjustments to a few areas (mostly...
View Articlesql select query error
coding below is not working for selecting data from mysql ______________________________________________ <?php $name=$_REQUEST['name']; $password=$_REQUEST['password'];...
View Articleselecting from MSSQL using variable from $_POST not working
Troubles abound. What I am trying to achieve is to populate a form using data from a MSSQL database. First, the user will select a company from a dropdown list **WORKING** Then, the company name...
View ArticleCharacters
I want to create a decoding tool. To do this, I want to create a database with every character in the db, and each character would have up to 255 possibilities for each character. The problem that...
View ArticleUnknown parse error
Hi there, I'm new to php and I have a parse error with a really simple script which I can't understand why it's not working Basically I have a contact form in which your select a departement, the...
View ArticlePHP ? syntax
Hey everyone, I'm working on some php code and for the first time, I've seen some syntax that goes as follows: $Result = isset($mValues['Result']) ? $mValues['Result'] : 0; I'm not exactly sure what...
View ArticleNo lost form data
Hi all, I have an upload page on a website that works well, however if a user doesn´t meet the criteria i.e file size too big or empty field then an error message is returned. Once the user clicks...
View ArticleVariable in the Where caluse not working
I have used a variable in the WHERE clause i.e. "$hostt", which is not giving the output results. When I directly put the values, it gives me the desired results. Plz help <?php...
View ArticleCreating an php comment box.
Hey, I'm fairly new to coding php. I'm trying to find a decent php comment box which works without mysql. I've found a few but all i get is errors or out of date links. The reason i don't want to use...
View ArticlePDF template with fields that can be filled in with PHP
I want to have a PDF template with xx number of fields I want PHP to read in data from a source - maybe like a CSV file for example and create copies of the PDF for every record For example, say I...
View ArticleLogin script help
I have some login script code that i got from some tutorial and it works perfectly on another site of mine but i need to modify it to work with a new website: budgetme.org I can open the login form...
View ArticleRedirect users to a certin directory using php with htaccess
I would like to know if its possible when a user log's into a directory using htaccess that the user based on the username entered it they can be redirected to there user directory using php and...
View ArticleCombine Overly-Redundant Table Of Data (PHP/MySQL)
I am fetching an HTML table using the Simple HTML DOM Parser. I get $col[0], $col[1], $col[3] and $col[4] for each row in the HTML table, these are columns. This is ran through a foreach to loop...
View Article