
07-19-2007
|
| Administrator
Join Date: Jun 2007
Posts: 3,729
BRL$: 34,530.45 Thanks: 0
Thanked 6 Times in 6 Posts
Rep Power: 405 | | multiple variable problem, last variable vanishing! Hi folks, I know this is a big ask but I have been trying to figure this one out for a few days now and it is starting to drive me mad. I'm sure this is something simple that I have done wrong but I can't for the life of me figure out what is wrong here. I'm just learning PHP so any pointers would be very greatfully appreciated.Some background. I decided I needed to learn PHP, I really enjoy it but keep getting stuck on things like this due to my lack of knowledge. So I set myself a challenge to write a PHP CMS system using PHP, mySQL, XHTML and CSS. All was going fine (all be it rather slowly) until I tried to write the page to edit articles in the CMS.I have the 'ID', 'title', 'venue' and 'article' stored in the database fine. I can pull entries out and display them fine. I now want to edit them using a browser. So I thought I would use the same form I used to add mySQL entries and change ti so that it loads in the article into the form fields depending on the id. (This is chosen through a link saying 'edit).Code:Code:------------------I'm trying to pass multiple variables using a URL in the form of:edit.php?id=46&title=34.4.56&venue=Whitley&arti cle=ydddjadjkgdgsdjsaI'm only actually passing the variable;edit.php?id=46&title=34.4.56&venue=Whitle yThe delete button works fine BTW Image: To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. I need to add the article into the URL as well, but it isn't adding it. I wondered if there is a limit to how many variables can be passed in one URL but I have looked around and found lots of sites with very long and complicated variables. - So this can't be the problem.I tried re-arranging the variables to see if it was just the last one being removed for some reason. It is not. It is the 'article' variable which never works.I then tried adding a 'spare' variable in at the end of the url to see if this would force the 'article' variable to work, but this did not work either.Here is the form:Code:Code:---------edot3 - simpleCMS Edit an article
Title (Date)
"> Article (Gig information)
_uacct = "UA-139461-1";urchinTracker();_uacct = "UA-139461-1";urchinTracker();---------Any help would be amazing. Any eagle-eyes out there can spot what I've done?ThanksMark To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. | |
__________________ █ High Quality To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ Powerful To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To receive latest updates about BRL Forums, Subscribe to Latest Updates Thread.
| | | |