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
~12.1K People Reached
About Me

I do php, MYSQL, HTML partime and music fulltime

PC Specs
XP,
Favorite Tags
Member Avatar for needs_help

This is a picture game where you post the most funny picture you know. I'll start:[IMG]http://img73.imageshack.us/img73/6923/kamikazewatermelon4ng.png[/IMG]:cheesy:

Member Avatar for Ciara_1
0
878
Member Avatar for chineerat

I have a large MYSQL / PHP in a while loop report being run and in many cases the report times out due to the large amount of data being calculated. Is there a way to make have a div displaying "Processing" when the while loops is calculating and if …

Member Avatar for bugz313
0
374
Member Avatar for chineerat

Hi! I am trying to store multiple text values into an array when a check box is checked. for example when row1 checkbox is checked the values row1col1 and row1col2 are stored in an array. note however row1col1 and row1col2 are editable and not readonly. for example: [CODE] <table border="1"> …

Member Avatar for Airshow
0
156
Member Avatar for chineerat

hi! I would some advice or guidance to create a timetable or schedule [URL="http://www.dentistry.usyd.edu.au/upload/timetable_example.jpg"]like this[/URL]. the data i am pulling from my db are: Begin and end time of courses, course names and day of the week. Also I would like a notification of when 2 courses overlaps. for example: …

Member Avatar for chineerat
0
4K
Member Avatar for chineerat

Hi! I am trying to manipulate the value of an input box based on whether a checkbox is checked or not. example checked input = 1600 and enabled unchecked input = 0 and disabled I am having 2 problems: 1) When the page is loaded I get unchecked and input …

Member Avatar for Taywin
0
109
Member Avatar for chineerat

Hi! I need help calculating the summed values of a column. Also, the row values are subtracted from each other eg: [CODE] col1 col2 col3 row1 a b = a-b row2 c d = c-d row3 =a+c =b+d =a-b+(c-d) [/CODE] however there can be N number of rows. I have …

Member Avatar for chineerat
0
140
Member Avatar for chineerat

Hi! i am having trouble sorting an array using a for loop. the problem occurs when using iterations i and i+1 for example count:=0 for i:=0 to count do begin if a[i] > a[i+1] then begin .... end count+1 end problem is when the for loops reaches the LAST array …

Member Avatar for chineerat
0
6K
Member Avatar for chineerat

Hi! I am not sure if this the ideal place to post this. I am having trouble submitting radio button selection to a pdf form. I am not sure if my naming syntax is correct. the following code shows the HTML form variable and following pic shows naming of the …

0
88