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
Ranked #4K
~1K People Reached
Favorite Forums
Member Avatar for ksquared

Is there some way I can loop through this code? using Ajax? Thanks for any recommendations. [CODE] <?php $paintingBack=$paintingNumber-1; $paintingNext=$paintingNumber+1; if ($paintingBack < 1) { $paintingBack = $paintingBack + 1;} ?> <a href="" id="link1" class='link'><img src='images/braceL.gif' alt='brace' width='20' height='11' valign='text-bottom'/></a> <script type="text/javascript"> var l = document.getElementById("link1"); l.onFocus = function() { …

Member Avatar for ksquared
0
100
Member Avatar for iammirko

Hi, I was wondering if it is possible to fetch all items in a form in one go in PHP rather than using $_POST[] or $_GET[] for each individual element in the form. I often deal with forms having more than 30-35 elements and it get really tedious (not to …

Member Avatar for jalicia18
0
128
Member Avatar for sickpuppy18

Hello Hope you guys can help me. I have created a system that stores information using php and my dbase is MS Access.Currently im on the debugging phase since i finished all major development a while ago.Now im stuck because i need an incrementing 4 digit number.Can anyone assist me …

Member Avatar for sickpuppy18
0
86
Member Avatar for ben.marks

Hi there, Pretty novice to JS, just wondered if anyone could give me a hand please. I have a form that is passed to itself. I was just wondering if there was a way to get this to validate before it passed to itself. I was assuming that as the …

Member Avatar for ben.marks
0
355
Member Avatar for elneco

forums, I’m developing a site for some hotels in baltimore. I want to incorporate a booking widget similar to the one on: [url]http://www.dullesairporthotelrooms.com/[/url] Where a user can select 1 of 4 property’s to check for availability. can any1 please help with this? Thank you, -neco

Member Avatar for pritaeas
0
132
Member Avatar for mik117

This Error keep show up everytime i use insert query code in my php programs You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-student(stud-id,stud-fname,stud-mname, stud-lname,stud-gender,stud-status,stud' at line 1 example code: <?php require_once "formvalidator.php"; …

Member Avatar for stone2191
0
129
Member Avatar for tinker

I am creating a dynamic web page where uploading images is one of its feature. I have a looping DIV where each DIV has its own images: show sample below... [CODE] <?php while($row=mysql_fetch_assoc($result)){ $id=$row['id']; $path=$row['path']; ... ?> <div class="img-container"> <img src="<?php echo $path; ?>" /> <button onclick="changeMe('<?php echo $id; ?>')">Change …

Member Avatar for mahavir123
0
258
Member Avatar for MarkHolm

Just a bit about myself, I guess. Having grown up in South Africa in the bad old days, Im now live in Wellington, New Zealand. The stats: 1 wife 2 kids 1 car 1 house 0 mortgage 1 life The background: I came to programming from a mechanical engineering background …

Member Avatar for stone2191
0
158
Member Avatar for stone2191

Hello everyone how is it going?:icon_mrgreen: I am Hatem Traif from kingdom of bahrain(middle east), I am 22 years old and I am a web developer with 4 (turning 5 soon) years experience. I have been developing Content Mangement Systems and now I am having several projects like online project …

Member Avatar for happygeek
0
143