trying something new since not much help from the forum
Posted: Mon Jun 18, 2007 3:15 pm
feyd | Please use
this doesnt work, can you check my code.
what i'd like it to do , is IF $x == 1
then it will set those attributes.
do i have to echo those, or can i just set the variables and they will become valid to use ?
I didnt get much help at all for the last two weeks on the other question. So im tyring to find a new way to completely code it .
Do you know of any other forums that actually help beginner php developers with real answers?
I think this forum is more for php experts and there doesnt seem much realistic logic to the beginner side of things
no offense, but two weeks is a long hair pulling scenario to be involved in a forum to help beginners with no real answers.
I understand that you want people to learn on their own, but the problem is the mods always have that knee-jerk assumption
that nobody has tried to learn things on their own first. I would much rather find the answer than have to watch the posts on this thing and
listen to the anal bleeding of the holier than thou mods.
and thanks everah for saying you'd get back to me two weeks ago and never doing so .
if you wish to be nazis against critique. then i shall expect to find my membership cancelled . L O L
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
I'm trying something new, because my last question stood for two weeks with some 'add confusion to existing confusion' scenario .
here's my new idea,
I will have a select menu / drop down menu.
The values will be :
<option value="1">500</option>
<option value="2">1000</option>
etc
I want to make a seperate php page to act as a handler .
if i use thisCode: Select all
<?php
// set variables
$x = $_POST['item1_quantity']; // name of the select menu
if ($x == 1) {
echo
$name = "Item 1 ";
$weight = 50;
$baseprice = 600;
$quantity = 500;
?>this doesnt work, can you check my code.
what i'd like it to do , is IF $x == 1
then it will set those attributes.
do i have to echo those, or can i just set the variables and they will become valid to use ?
I didnt get much help at all for the last two weeks on the other question. So im tyring to find a new way to completely code it .
Do you know of any other forums that actually help beginner php developers with real answers?
I think this forum is more for php experts and there doesnt seem much realistic logic to the beginner side of things
no offense, but two weeks is a long hair pulling scenario to be involved in a forum to help beginners with no real answers.
I understand that you want people to learn on their own, but the problem is the mods always have that knee-jerk assumption
that nobody has tried to learn things on their own first. I would much rather find the answer than have to watch the posts on this thing and
listen to the anal bleeding of the holier than thou mods.
and thanks everah for saying you'd get back to me two weeks ago and never doing so .
if you wish to be nazis against critique. then i shall expect to find my membership cancelled . L O L
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
[quote="[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1"][b]2.[/b] Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.[/quote]