Posts
 
Reputation
Joined
Last Seen
Ranked #800
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #25.0K
Ranked #3K
~6K People Reached
Favorite Forums
Favorite Tags
Member Avatar for SolidSolutions

I had a difficult time figuring out how to get or test the last character of a string with javascript, so figured I would post it once I found out in case it helps someone else. I found plenty of removing the last character, but not for just checking what …

Member Avatar for lucascaixeta
0
5K
Member Avatar for jbennet

How to do a HTTP PUT/DELETE? (Using jquery) . Im making a REST-ful twitter-type aplication using Java Servlets etc... and i have the methods for handling PUT and DELETE, i just need to be able to perform these e.g. when a user submits a form (with the id of the …

Member Avatar for jimforsyth
0
335
Member Avatar for apollokid

Hi, I was wondering if someone could help me out? I am trying to display the 5 latest rows in my database. Whenever I add a new entry it will replace one the divs. The issue is I want slider$v variable to count down from 1-5 because it would be …

Member Avatar for jimforsyth
0
94
Member Avatar for rajeesh_rsn

Hi friends, I want to delete an element from an array and re order the array ie [ICODE]$myArray=array('a','b','c','d'); echo $myArray[1]; // print b;[/ICODE] I want to delete [ICODE]$myArray[1][/ICODE] From $[ICODE]myArray[/ICODE] and re order the array So that [ICODE]echo $myArray[1]; // Return c insted of b[/ICODE] Thnaks In Advance Rajeesh

Member Avatar for Agarsia
0
146
Member Avatar for El Pirata

The idea is pretty simple: Where the timer is made in Javascript, when it reaches zero it performs a query in PHP that alters the database value to add 1. The problem is that the timer in question must not be reset with page refresh, just like any browser based …

Member Avatar for sudeepjd
0
114
Member Avatar for MoreBloodWine

The below block of code generates stuff like the below array but here's where it gets somewhat interesting. I took the legend and turned them all in to variables because of what I would like to have done which I will now describe below. Of the four arrays that this …

Member Avatar for jimforsyth
0
124
Member Avatar for dudzkie

Hello! hello i'm a newbie learning php scripts, so here's my question i query a data from my database, the list i query was way too long, how can i make the list much more shorter? I want it to like to show 10 data list and on the next …

Member Avatar for jimforsyth
0
70
Member Avatar for lulemurfan

Hello, I have been moving my websites from one server to another. On my old server I was able to send php header information in the middle of a php document (part of a logon form). My new server just shows 'Warning: Cannot modify header information - headers already sent …

Member Avatar for jimforsyth
0
91