-
Posts
266 -
Joined
-
Last visited
-
Days Won
5
Everything posted by dodgeitorelse3
-
doesn't the value B need to be in quotes? $_SESSION["Admlevell"] = B; << determines the level of access
-
Barand has already posted how to solve it.
-
Typically the more info you give us will drive the helpful answers you will receive. How are you calling the file. Snippets of your code would help greatly.
-
How to put custom body on <a href="sms link?
dodgeitorelse3 replied to edmon's topic in PHP Coding Help
My post should not have been marked as the solution. requinix should be marked as such. He gave you the answer. You just didn't look completely at the link he provided. Glad you got it sorted though. -
I see a closing php tag. Where is the opening php tag?
-
How to put custom body on <a href="sms link?
dodgeitorelse3 replied to edmon's topic in PHP Coding Help
if you go to the link requinix posted and click the play button in the result window to see just how the link is created. -
Still see no replies to Jodunno's comments.
-
That's because if it is set it is using the value from your form input.
-
Some code that you are using would be a big help to understand what is happening for you.
-
Repeat a drop down list on each row of a HTML table
dodgeitorelse3 replied to GregRickshaw's topic in PHP Coding Help
I think your drop down needs to be inside your foreach($details as $detail) -
Not all quieries from form checkboxes are not being executed
dodgeitorelse3 replied to WeBBy421's topic in PHP Coding Help
Please show your form code -
Connection problems and no error messages output
dodgeitorelse3 replied to Yesideez's topic in PHP Coding Help
already solved while I was typing lol -
I think you need a semi colon at end of $stmt=$db->stmt_init() $stmt=$db->stmt_init();
-
PHP Form Won't Send - Missing PHP for Submit Button
dodgeitorelse3 replied to Lanxalot's topic in PHP Coding Help
Do you get any errors? What isn't working? Where is the_permalink() defined at? When submitted what do you see? -
Although your pages have long <?PHP tags I think you also need to changes short tags I see in your code such as See the short tags just before $StartDate?
-
include a php code within a forum description
dodgeitorelse3 replied to Berserk's topic in PHP Coding Help
It looks like OP is wanting to show current server data in a forum. The image OP posted is from a game server query I think. Very similar to the game server queries I run on my site except I don't display results in a forum. -
Isn't $row[id] php code that is trying to be used in a js file?
-
Trying to access array of offset with if statement
dodgeitorelse3 replied to PNewCode's topic in PHP Coding Help
I didn't ask what was passed. I asked what the actual column name is in your database table. -
Trying to access array of offset with if statement
dodgeitorelse3 replied to PNewCode's topic in PHP Coding Help
is your database table column named myid or id? -
I stand corrected. I see the link for phpinfo now. That shows that you have mysqlnd enabled and it is version 7.4.33 and your mysqli version is 5.7.42