- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
13 Posted Topics
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 …
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 …
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 …
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, …
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 …
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 :-)
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 …
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?
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]
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 :-)
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 …
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 :-)
The End.
sithembisophp