Semi Login form Help
I am working on a site where the user clicks on a video to watch. When clicked I want to redirect them to a registration form that basically asks name, email and a password. The password is...
View Articlephp error
am geting a parse error: syntax error, unexpected T-ENCAPSED-AND WHITE SPACE, EXPECTING'] IN LINE 8 whis is ($_POST[Name]', '$_POST[Phone No.]', '$_POST[Email Address]', '$_POST[Subject]',...
View Articleread ascii text from pdf file
Hi all Basically, I'm looking for a way in PHP to read plain ascii text from out of any .pdf file I've Googled around a bit, but so far everything I've found suffers from either one of two...
View ArticleLooking for custom PHP Content Delivery Network (CDN) script for my server.
REF: https://en.wikipedia.org/wiki/Content_delivery_network A content delivery network or content distribution network is a system of computers where our website is stored so it’s data...
View ArticleWarning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in
Hi, I'm trying to install this http://www.bramstart.be/ibwds/?script=news1.1 Even if i use Mamp (mac) or my website (both with CORRECT config information), the system brings me to a page...
View Articlechange this into a html email
$comment .= $addcomment."\n".GetConfig('defaultmsg'); @mail($info['email'], "$info[subject] (Update: $formdate)", "Event Date : ".$formdate."\n".$comment, GetConfig('msgheaders')); The above code...
View Articlehow to eliminate duplicates ?
hi, i have a huge object... to make it easy to understand my question..i printed out the ID and the itemID associated to it 147099 = 594088 147099 = 594086 147099 = 594085 147099 = 594082 147099 =...
View ArticleCreating RSS Feed from XML file
I have a XML file that I am trying to create a RSS feed from but I am having a hard time adding the headers. It should look like this.... <?xml version="1.0"?> <rss...
View Articlehtml dropdown box in php
i would like to store the result of the dropdown box in mysql. the dropdown box at default would not have anything to select until something is created in the text field. the next time the user goes to...
View ArticleBasic PHP IRC bot?
I'd like to start off by saying that I'm pretty much a newbie when it comes to PHP. I've had more experience in it than any other scripting/programming languages though, so I wish to use it for my...
View ArticleHow to add image inside of a TD?
Hello, I have a table as follows; echo " <form method='get'> <center><img border='0' src='contest_winner.jpg' alt='test' width='452' height='384' class='center'></center>...
View ArticleOnly show 1
Hello, I now have a working blog, but only want some blog posts to show. I have a table called 'post_type' and have got the numbers 1 and 2 entered. Here is the code of my blog. Should this only show...
View Articlehow can i change the way my search results look
how can i change the way my search results look? so i have this search engine that when you search for something you get the results in the blank page that just list the info for you but what i want...
View ArticleCustomizable Email Template Advice
Hi guys, I have built a HTML email newsletter which consists of images, headers, text etc, but I need to make these elements editable so that if I want to change the current images or text I can do...
View Articledrawin selection from db
Hi Guys Can anyone help me with this <?php require_once('Connections/w2w.php'); ?> <? $username_entry = 'jack'; $query = mysql_query ("SELECT * FROM ofnissenisub321 WHERE username...
View ArticleSanitize Function Stripping My Variables?
Hi Guys, First off thanks in advance for taking the time to take a look at this. It's been driving me crazy What I'm trying to do here is take a hidden form value and pass it to a php script to be...
View ArticleSession works after first visit
Hi All, I have an issue with the session variable. shoppingcart.php is the first file executed and contains the following code, $postal_charges = get_meter_square() * $postageRate;...
View Articlewarnings ( PHP_DIR ) while loading a php site on WAMP
Hi, I am a novice to PHP and WAMP but have managed to get the icon green and WAMP services running successfully ( as I understand ). The WAMP page loads fine on localhost. I have made site in local...
View Articlegetting the xml child name via php/DOM
<doc> <y> <list_type>1</list_type> <libel> lible 1</libel> </y> <x>...
View Articlecounting records
hi, I would like to display a number next to each of my books ie: Book Title 1: Mr. Tickle Book Title 2: Mr. Greedy Book Title 3: Mr. Topsy-Turvy Book Title 4: Little Miss Bossy Book Title 5: Mr....
View Article