Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~3K People Reached

13 Posted Topics

Member Avatar for sithembisophp

Hi, I'm trying JSON for the first time and I have a php file that returns this: [CODE] [{"userID":"39160902151","content":"I really can't wait to get this thing done :-)","published":"2011-06-07 10:33:35"}] [/CODE]. What do I do if I want to display only the userID from this data using javascript. I load this …

Member Avatar for twiss
0
101
Member Avatar for sithembisophp

Hi everyone, Can anyone tell my why this does not work? I created a stored procedure that uses a variable / input value as table name, but it does not do what it's supposed to do. Here is the code: [CODE] delimiter // DROP PROCEDURE IF EXISTS userpages.respondtoconnectionrequest// CREATE DEFINER …

0
81
Member Avatar for Shaswat

I was just wondering. Are you testing your scripts on the server (with internet connection) or just on your machine (localhost perhaps). If its localhost you will get that error until you upload your scripts to the internet. I once encountered that and it worked perfectly once I uploaded everything …

Member Avatar for sourcebits
0
185
Member Avatar for andydeans

I am not really sure what you are trying to do, but I think you are comparing the password provided by the user ([CODE]$_POST['userpassword'][/CODE]) with the sha1'ed one saved in the database. Well, I have tried that before but with no success because even though the password can be right, …

Member Avatar for andydeans
0
165
Member Avatar for designershiv

You are absolutely right EverWebby. I have encountered the same problem before and I made use of the following options: 1. I was storing a unique ID in the mysql database and what I did is that if the page is refreshed, I would check on the database if this …

Member Avatar for designershiv
0
122
Member Avatar for keavon

I know it is not a relevant question, but do you pay to use carriers to send email to sms? I would like to try it but I do not know the implications. Sorry for being off-topic :-)

Member Avatar for keavon
0
508
Member Avatar for ello

This is more than possible when you are using classes. I always do this: [CODE] /*This class tests if the value supplied by the user is "name"*/ class catchErrors { //setting my variables var $storedvar; var $suppliedvar; //Hope you are familiar with Object Oriented PHP; this is my constructor //I …

Member Avatar for ello
0
108
Member Avatar for jwmollman

I do not get the question. Do you want to align your text to the left? On you page it appears to be centered, but I coppied the code you provided and it gave me this (Check on the attached image). Is this what you want?

Member Avatar for jwmollman
0
150
Member Avatar for PhilEaton

Im sorry by not giving an answer, but please try learning SQL again. You gonna love it I promise: [url]http://w3schools.com/sql/default.asp[/url]

Member Avatar for sithembisophp
0
207
Member Avatar for Member #814503

I tried this: background-image: url('../images/background.jpg'); and it did not work. I then tried this: background-image: url('images/background.jpg'); and it worked. Hope this helps :-)

Member Avatar for teedoff
0
276
Member Avatar for PhilEaton

I do not understand the question. Do you mean that you want the content to stay on the page forever, which means you are looking for a way in which you can edit that webpage programmaticaly? Or you want that page to be able to retrieve that data everytime it …

Member Avatar for PhilEaton
0
158
Member Avatar for jrosh
Member Avatar for sithembisophp
0
336
Member Avatar for jjemphoung

I know this is becoming redundant, but the script is just fine. I also encountered the same problem, but all was fine once I uploaded it to the server. It will work :-)

Member Avatar for sithembisophp
0
192

The End.