PHP Questions Home | Register | Login
Categories
Arrays
Files
Forms
Creating PDFs
PHP Errors
Functions
Images
MySQL
Numbers
Others
Strings
Website
Unanswered

PHP Forums
Forums Index
MySQL Forum
PHP Forum
Flash/Actionscript
Javascript
Web design

More PHP
PHP Functions
Top Questions
Ask a Question
PHP Interview Questions
PHP Jobs
Ecommerce
IT Questions
Business Websites

Sponsors

sponsor ad
My Salary
PHP Developer Salary
Advertise Here

Questions and Answers


Here are all the questions currently listed on PHP Questions that are waiting for an answer:

Can you answer any of these questions? If so, simply click on the link below for that question and type in an answer.

Remember to give your name and website with your post so we can credit you accordingly when the answer is added to the site.

How can I call online a PHP function. It works local but when I put it online it does nothing. I call online a php function to load pictures into my flex application. Thanks Bart
How can I show an image from mysql?
Can I use a variable from a .php file to give a value to an HTML FormMail form field thus: ? Thank you
I am trying to find the most recent directory that I am working in. example http://www.mysite.com/apples/index.php how do I get php to find the directory "apples" so I can make it a directory
Hello - I am writing a PHP program to control an external camera connected to the USB port. For example I issue commands such as 'up', 'down', etc via an external program that I call using exec("cameracontrol.exe"). I would like to store
How can i load images with php?
How can i create a hyper link to my site in php?
1.want to know simple logic and procedure of FORM VALIDATION? 2.How to check Login and password in PHP?
Hi. i have a music samples website. in one table, id like a different sample to appear every time the page is refreshed. how do i acheve this? how can i alterate and retrieve these bloody mp3's? surely i can use a PHP script? thankyou
How to i decimal, comma, and $ format a number called from mysql displayed in a table cell using php. This is the call script and this is the formatting script How do I replace the $value=123... with my call script? Thanks
What is the return value of array_unique()?
I have Apache installed and working properly on my machine. The problem is when I try to exetute php files. Instead of showing the result it simply displays the php code. But it executes properly in php editors installed. I use Luckasoft - Enginsite edito
How do i check that a valid email address is entered?
I had installed WAMP server on my pc and i make small prograsm of 3 lines and save it as .php extension but when i open it through internet explorer it result nothing. Program is plz help what error it could be. how i make it correct.I just started l
I have uploaded a vbforum which is al coded in php. and i also have a php.ini file. i turned the display_errors off. so now whern i try to go to the site i see a blank page. And everything is correctly coded because i didn't change anything. But it works
Hey, I need a php script to copy a complete directory to a new one (which is a variable). i.e www.webpage.com/example/ --> www.webpage.com/folder_just_created/. I've looked for hours Kurt
Hello There...I'm Having This Error which says Parse error: parse error in C:\Program Files\xampp\htdocs\WebFolder\page.php on line 914 BUT that line of code doesn't exist in my programme.Can anybody HELP me? Pleaseee.... p/s:-By The Way, I'm Usi
How can i add a chatbox to my site?
What is this form of code for a website? http://www.virginamerica.com/va/home.do the drop down menu's. whats the name for that. im trying to incorporate it into my design, but dont no the name for it.
Hello, I have a php file that has octet binary numbers in it. How can I see the actual wording? This is an example of how it look: 00111010 11010010 And so on.
How to display multiple images in a form path came from database and images are store in Image folder(assume 10 images are uploded that i want to display)
Hello all, I am trying to save a page in word document using header() function in php. Well, I used common tags for html like and .. everything works fine with me and it is dispalyed correctly in doc file. But then, I tried to insert an image and save
How can I access information sent through $_GET on a form?
How can I access information sent through $_POST on a form?
How do you email the contents of a form to someone?
How to access information sent trough $_GET on functions?
What are causes of seeing the actualPHP code in my web browser
How do i validate the name into form ?
How to upload large files like mp3 songs in php
I have a main WEB page that will be sereved. This page has text data on it that will come from a file(iframe). The data in the file will be changed when other applications make requests to the apache server to server data from a database. When this hap
I was wondering how do i make all the logs and comments go to an email account so my client does not have to keep logging in, she can get them and answer any questions via email.. Thanks
Sort
Where do i go to paste my google adsense code?
Where do i go to paste my google adsense code?
How do I get my chat script to include the contents of the msg file in real time instead of only when the page is refreshed?
How to Store data( resultsets of a sql query) in sessions so that each time the database need not be approached...?
How to find the contents/values of specific number or field?
How can i fix my internet webpage?
What is output of variable $b. In this php
How do i send the information from one page to another page using post method.
How to create a search engine
How do i send email through php script?
I get this error every time I execute a php program. PHP Warning: Module 'gd' already loaded in Unknown on line 0 PHP Warning: Module 'mysql' already loaded in Unknown on line 0
My website www.quicheandpie.com has navigation buttons which were added by going to admin/categorylist and adding a category. I can add category = navigation buttons and update them, but I can not delete them. Any ideas how I can find where the info
I am extracting data from a MySQL Database of which one of the data stored is seperated by a comma. For example, step1,go here,step 2,go there,step 3,go back etc etc. I want to know how to split the data at the comma and format it in html. Using the split
Difference between fetch_array function & fetch_row function
Difference between fetch_array function & fetch_row function
How can you reset an array in PHP
When i fetch the record in the database but they skip first record in the database
i start a new session with : session_start(); then i set some session variable like this : $_SESSION['name']=$_POST['name'];\ and some another variables. at bottom of page i set header to diffrent page : header('location: index.php'); exi
WHAT IS THE CORRECT WAY TO OPEN THE FILE "time.text" AS READABLE?
I'm trying to replace multipl occurences of "[nuber_goes_here]" in a string using preg_replace. $string = 'This is a sentence with a [25] in it.'; echo $string.''; $pattern = '/(\[)(\d+)(\])/'; $replacement = ' '.return_name(
Is there a PHP framework like we have ASP.NET framework?
Design a calculator application using php
How can we display a particular data from database by creating a function
How to display like table from database records?
There are 2 text boxes and one button.if v enter values in the text box and click on the button..it should get added to that table..so it shoud keep on adding the rows as v click on the button.
How to avoid the refresh or goback to submit the post values in database
I have two web solutions I downloaded from the internet. Jobs Portal, Classified and a forum script. Each of the scripts has its own signup and log in module. How can I make visitors register and login through one webpage without having to login in all th
Why will this statement not print a column with "lastname space firstname"? Print " .$info['businessname'] "; Print " .$info['firstname']. " " .$info['lastname'] "; I want to see 2 columns - a
I am unable to make pages for my search result.Below I am giving the code that I am using. Career Search result Yami says
Is it possible to create php programs and view them if my operating system is DOS, not unix? Whether I create a DocumentRoot of C:\public_html, or C:/public_html, in my httpd.conf file, the result is: When go to http://127.0.0.1, I see: Index of
Hello, Is it possible to specify a character-encoding in the filter_var function. Thank you for your reply, Jan
How can we erase some data in a txt file after some bytes
My web site www.innovativephp.com is not configured properly to dns how can i do that?
I am having a form. Here, i am submitting the form using java script as its necessary. If the form method is get, i am able to get in redirection page and can get the hidden values in the form. But if the form method is post, i am not able to get those hi
Mail
I currently use this form on my site: Name
Hi, I need to fetch data from a web page with PHP. The only problem that I face is that I need to log in with name and password.
I am taking over a position from another programmer, and want to change some php code, but part of it has me baffled. The code creates a form and after it is filled, the client wants it to go to a separate thank you page – right now, it re-uses the for
Getting first five lines from a file
I recently updated from shared servers to virtual dedicated, I now cannot see any of the images I try to upload. The hosting company says that the script for the images are in the root directory but the images are not. The programmer said he didn't c
Hello: I receive two error messages when I try to submit a form. The messages are: Warning: mysqli_query() [function.mysqli-query]: Empty query in /home/content/PRIVATE/html/riskyjobs_riskybusiness_Database_TableSetup_riskyjobs_Table_Chapter9_Page5
How can i get the data by using get(),post()methods?
Which function can assign the output to a string variable?
I need to store a multi-dimensioned array into a file. there is plenty of info. on creating md-arrays but i cant find anything on writing a md-array to a file.
1-what is a header("Location:http//www.website.com"); 2-how does it work? 3-What is a reason to use this function?
I have an array of a hundred or so lines, each line has data with "|" separated values. I need to scan through this array, and select the line whose first 5 characters matches a text string. Any ideas or questions?
How do you hash the password in this php script: define(sb db user name, admin store); define(sb db password, mypassword);
How to get gmail inboxmessages in php using username and password
I have 2 forms in one website... What do I name the php files for each form? The first php file is named: send_form_email.php, what do I name the second, or do they both go in the same php file?
Hi all , I use CURL to login to webtrafficagents.com . I got the script and modified it to login to several sites , but it can't login to this one , any experts can help , a reward is granted :) what i want : I want to be able to view the source
1. How do i find out the number of parameter passed into function? 2. What are encryption function in PHP? 3. How many values can the SET function of MYSQELtake?
Can we use include ("abc.php") two times in PHP page "makeit.php" ?
What is the latest release version of PHP.
How to expire cookies when user pressed a button in webpage? I want have a link in my website then delete cookies.
Hello, I began developing an application using PHP 5.3 and have included several classes. Now my client is saying he wants to use PHP 5.1.?. I switched the PHP version and tried it and immediately received an error about a line that access
How do I change: function wordlimit($string, $length = 50, $ellipsis = "...") { $words = explode(' ', strip_tags($string)); if (count($words) > $length) return implode(' ', array_slice($words, 0, $length)) . $ellipsis; else


Custom Search