Search found 9 matches

by ricky-ham
Mon Jan 11, 2010 9:20 am
Forum: PHP - Code
Topic: A very puzzling challenge - Please Help
Replies: 14
Views: 1478

Re: A very puzzling challenge - Please Help

sorry for the late reply i don't get to do much coding now adays. Thanks for your response I will be trying that out. : )
by ricky-ham
Fri Jan 01, 2010 2:38 am
Forum: PHP - Code
Topic: A very puzzling challenge - Please Help
Replies: 14
Views: 1478

Re: A very puzzling challenge - Please Help

I REALLY want to thank every one that has replied and I have finally figured out the problem. You would not believe it. Basically on the css code the double speech marks messed with the php elements. So to fix it all I had to do was replace them with a single one. Example: <div class="test"...
by ricky-ham
Tue Dec 29, 2009 2:26 am
Forum: PHP - Code
Topic: A very puzzling challenge - Please Help
Replies: 14
Views: 1478

Re: A very puzzling challenge - Please Help

Just how it is displayed. I have theses two links for you. This is how it should look lol http://www.oticos.com/oticosnewlayout_BACKUP.php and this is how it is now http://www.oticos.com/ Just the list on the left. I cant really link to the php pages that does it because it wont display anything to ...
by ricky-ham
Mon Dec 28, 2009 9:09 pm
Forum: PHP - Code
Topic: session problem.
Replies: 3
Views: 271

Re: session problem.

I had some of the same problems when I started to leran about the session and cookie. Like the comment above. Make sure that there is no output to the screen before your session. This will include any html or the doctype of the document.
by ricky-ham
Mon Dec 28, 2009 9:00 pm
Forum: PHP - Code
Topic: A very puzzling challenge - Please Help
Replies: 14
Views: 1478

Re: A very puzzling challenge - Please Help

That is the 2 main chunks of code. What I can do is to better explain what i am trying to do. I have added to images of before and after results. Well I have a site that I am currently updating and I want to change the layout of the way it list some of the items. The 1st and 2nd block of code is rea...
by ricky-ham
Mon Dec 28, 2009 3:16 pm
Forum: PHP - Code
Topic: A very puzzling challenge - Please Help
Replies: 14
Views: 1478

Re: A very puzzling challenge - Please Help

Ok thanks thats great it works to print the html to the screen but it does not incorporate the php elements. I have more code that may help but i dont want to over whelm anyone with some random set of codes lol. I will re edit the code and put it up. :D
by ricky-ham
Mon Dec 28, 2009 12:14 pm
Forum: PHP - Code
Topic: A very puzzling challenge - Please Help
Replies: 14
Views: 1478

Re: A very puzzling challenge - Please Help

Thanks guys for you reply. This code is used on my site to display a list of game details such as date, image, rating. There is some more code but this is the main 2 that produce the outcome wished. I also know that the last block of code is html. I tried to put it in variable and then print it to t...
by ricky-ham
Mon Dec 28, 2009 2:52 am
Forum: PHP - Code
Topic: A very puzzling challenge - Please Help
Replies: 14
Views: 1478

Re: A very puzzling challenge - Please Help

I cant believe how fast you commented thanks : )
by ricky-ham
Mon Dec 28, 2009 2:32 am
Forum: PHP - Code
Topic: A very puzzling challenge - Please Help
Replies: 14
Views: 1478

A very puzzling challenge - Please Help

Hi there I am new to this forum just signed up. I have been trying to learn php for a short while no and trying to sort this piece of code out. I have this code originally; <? include_once('oticos_config.php');   function hiVis($name, $start, $items, $cols, $sql, $markup, $blankmarkup='') {   $sql ...