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
~532 People Reached
Member Avatar for rariti

I am trying to greatly shorten code on my pages. Is it possible to include variables in my fetch fields? The below will all exist on same php page. Here is the code I want included in my fetch [code] // variables to include in fetch $abc = stripslashes($row->abc); $def …

Member Avatar for rariti
0
109
Member Avatar for rariti

Hello, I am still learning php, and got stumped with how to generate dynamic variables. I normally do something like this after I do my query SELECT to get all the data from the row. [CODE] $ID = $row->ID; $parentID = $row->parentID; $name = $row->name; $color = $row->color; $location = …

Member Avatar for rariti
0
140
Member Avatar for rariti

A week ago I build a new comp. Worked fine, decided to go legal and purchased several licenses of Vista. All installs have been flaky, mainly with power. So I got tired of Vista and went back to XP. The machine in question was fine, XP installed fine. Everything looked …

Member Avatar for fren
0
86
Member Avatar for rariti

Moving a site over from transitional to strict doctype. And Firefox is not displaying the CSS. I have spent hours trying to solve it, without any luck. I usually do build for FF first and IE last, but it was always transitional, because I was more forgiving when doing complex …

Member Avatar for rariti
0
197