Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for lloyd.farrell.7

Hi every, I have a working form on a website that I post a var to the url after the form has been submitted. The problem is, My data is not being displayed from the database after the form is submitted. index.php?fes=<? print $cfes_ref; ?> What is the best way …

Member Avatar for jkon
0
202
Member Avatar for lloyd.farrell.7

Hi everyone - Just a quick request for help please, I am trying to add two additional country codes to the following if statement. if ($country_code == "GB"){ I would like to add or "sct" or "wls" - But everytime I try I get error messages... Sorry if its a …

Member Avatar for lloyd.farrell.7
0
83
Member Avatar for lloyd.farrell.7

Hi, Morning everyone. I am looking for some help from more experienced php coders. I am trying to create a Stamp Duty Land Taxes script that will automatically calculate stamp duty on the sale of a house or flat. The amount of stamp duty is worked out as follows Nothing …

Member Avatar for diafol
0
114
Member Avatar for lloyd.farrell.7

Hi Everyone, I am looking for the best way to create a PHP MYSQL Query to help me output a complete list of categories from my db. The categories are football team names & I would like to display everyone who supports each football team. For Instance: I have 44 …

Member Avatar for pritaeas
0
286
Member Avatar for lloyd.farrell.7

Hi Everyone, I am trying to generate an error message in php. I have two drop down boxes on a website I am helping with, One for product, One for Size. Product is either shoes or hand bags. Size is a drop down that has different shoe and handbag sizes, …

Member Avatar for hericles
0
423
Member Avatar for lloyd.farrell.7

Hi Everyone, I have the following php calulation $tplaunch = $tplaunch - $tpsold; This calculates as you would expect. I am helping to build a website that offers the first 25 members to purchase a product at a reduced cost. tplaunch is the number of user who will get the …

Member Avatar for lloyd.farrell.7
0
265
Member Avatar for lloyd.farrell.7

Hi Everyone, I have the following script and I would like to rename the uploaded file to web-image(ext) The file is being uploaded to the correct location on the server and the database is being updated correctly, But I am unable to figure out how to rename the uploaded file …

Member Avatar for diafol
0
1K
Member Avatar for lloyd.farrell.7

Hi Everyone, I have the follow RewriteRule in my htaccess file that works as it should RewriteRule ^(.*)$ /product.php?pid=$1 [QSA,L] If I wanted to add another product page would I just need to add RewriteRule ^(.*)$ /productpage.php?ppge=$1 [QSA,L] for the Rule to work correctly? Thanks in advance

Member Avatar for lloyd.farrell.7
0
152
Member Avatar for lloyd.farrell.7

Hi Everyone, I have the following prepared statement and I am having problems displaying data from my test db Can someone help me out please. $STM = $dbh->prepare('SELECT * FROM tbl WHERE var = :lsecure'); $STM->bindParam(':lsecure', $var); $STM->execute(); $count = $STM->rowCount(); $row = $STM -> fetch(); if($count > 0){ foreach($results …

Member Avatar for matrixdevuk
0
306
Member Avatar for lloyd.farrell.7

Hi Everyone, I am trying to allow only numbers and dashes into one of my text inputs on a form. For example: 1-1, 1-0, 2-3 etc And I have the following to validate numbers only function validate_cscore($variable) { return is_numeric($variable); } the above works great with the following error checking …

Member Avatar for lloyd.farrell.7
0
326
Member Avatar for lloyd.farrell.7

Hi Everyone, I have a twitter app that works perfectly on my desktop website. I have created a 2nd app to perform the same functions on my mobile version of the website. I have done everything the same for the mobile website as I have done for the desktop website. …

Member Avatar for gabrielcastillo
0
94
Member Avatar for lloyd.farrell.7

Hi, Everyone... I have a php script that writes text to an existing .png file. image 1 - I would like to write / add image 2 too image 1 I have the following script working for the correct score. // add correct score $x = 257; $y = 205; …

Member Avatar for diafol
0
186
Member Avatar for lloyd.farrell.7

Hi Everyone, Got a really strange problem with a mysql select query not displaying results in select dropdown. I have a small db table id,position,name and I am trying to display just the names where the position is GK Here is my query $result_dglass = mysql_query("select name from team where …

Member Avatar for nobita2811
0
215
Member Avatar for lloyd.farrell.7

Hi everyone, I have created a twitter app to auto post to a number of twitter accounts. The auto tweet works great - but for one thing I am stuck on... I am trying to add a hashtag # (&#35;) to the tweet but for some reason I'ts not working. …

Member Avatar for lloyd.farrell.7
0
185
Member Avatar for lloyd.farrell.7

Hi everyone, got really strange issue with a template I have started to build. I am continually getting the follwing error message Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent Even though the only code I have on my page is <?php session_start(); ?> <!DOCTYPE html> …

Member Avatar for minitauros
0
380