Fatal error: Call to undefined function email() in...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- --> <html xmlns="http://www.w3.org/1999/xhtml"> <head>...
View ArticleFile search function - whats the best way?
Hi I'm trying to write a script that searches through files in a folder and return the filenames matching the search criterias. It needs only read the filenames, and not the file contents (.pdf...
View Articlephp mysql help
I am looking for some help, our hockey team has 20 years of stats that i need to sort.I need to figure out most goals, assists and points by a player in all the years that the player has played.i was...
View ArticleWarning: mysql_fetch_array() expects parameter 1 to be resource, boolean
Hi, I am newbie for PHP and MySQL I found this error, please help me. Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\Shopping\products.php on line...
View Articlepreg_match help needed
ok so i have a url example" $url = "http://blah.domain.com/directory/INFINITA/76/98/23"; i need to be able to match specifically that its a domain of http://blah.domain.com/directory/, and be...
View ArticleDeprecated: Function session_register() is deprecated in...
Deprecated: Function session_register() is deprecated in F:\xampp\htdocs\login33.php on line 67 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR...l1-strict.dtd">...
View ArticleFatal error: Call to undefined function dean-ueki@hotmail.com() in...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- --> <html xmlns="http://www.w3.org/1999/xhtml"> <head>...
View Articleexpandable panels not working
Ok I am lost .... again . I can't seem to get this right . They appear but do not open <script type="text/javascript"> (function($) { $(document).ready(function () { /*--------------------...
View Articlehow to implement php script on a webpage, this php code is not working?
Hi, I found one code on net related to a online tool called link checker. I don't know but its not working. wt is the problem .. I am a new bie for php. i don't know how to implement php code on a...
View ArticleMySQL Syntax Error - INSERT INTO
I've banged my head enough trying to figure out this problem and have given up. I've inserted data into an SQL DB before without any problems. Not sure what's going on here. This is my code:...
View ArticleWarning: mysql_num_rows() expects parameter 1 to be resource, boolean given...
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in F:\xampp\htdocs\s.php on line 105 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
View ArticleSaving gift card data to basket
Hi, In my current online store the basket stores the item's ID and size (1,2,3,4,5) in an array, which can then be echoed back out when the customer is on the basket page before checkout. So the...
View ArticleNOOB: Tell me what to do
Hi Guys, I am really new person to all this and working on my semester project, so don't mind if my question is a little childish or off topic. Here is what I want my website to do: An admin...
View Articleextracting data from a database
Hi First of all i have to say i am a noob to this field so if there any mistakes am sorry. What i have done is i have created a database on a server using phpmyadmin. The data base has the columns...
View ArticleDo not display Radio Button if its value is in DataBase
Hi, I have a set of radio buttons with some integer as its value. I use them to make seat selections in an application. If a Radio button is once selected its value will be entered to the DataBase. My...
View Articleemail contact page
it is sending me the email but sends $email, $subject, $message. not the actual values. errors = startpost startedlost1Notice: Undefined index: email in /home/jayden1/public_html/contactusemail.php...
View Article2 collumns 1 hidden pulled from a table HELP!
right what i need to do is create 2 collumns for a html form, one of these is the ID and needs to be hidden and one collumn is full of options associated with these ID's the table which these two...
View ArticleFatal Error...
Hello, I've been working on my company site (Wordpress based) on XAMPP, which managed to get confused with the live site (my bad, I didn't update all the links). From the files I downloaded, I am...
View ArticlePHP Explode Query
Hi Everyone I'm getting really baffled by this and hope somebody can help. I have a PHP get variable as follows: eg: page.php?ad1=Any Road, London I am wanting my PHP page to split that in two...
View Articlemysql_fetch_array() expects parameter 1 to be resource, boolean given in
Not sure how to correct this error, searched the forums, but couldn't find solution: $conn=mysql_connect ($dbhost, $dbuser, $dbpass) or die ("I cannot connect to the database because: " ....
View Article