I have created a custom PHP script which uploads information submitted by a form to a MySQL database.I would like to insert the user id from Joomla of the user who submitted the MySQL data.
my index.php file i have somethingk like : <?php session_start(); $_SESSION[some_value] = 1; ?> <img src=\"image.php\" alt=\"some image\"/>
Ok, Im new to all of this, so this may seem like a long-winded approach.What Im trying to do is for one button, it simply adds the variable (which is an id) to a session. This is for a temporary list
I have a PHP file that is sometimes called from a page that has started a session and sometimes from a page that doesn\'t have session started. Therefore when I have session_start() on this script I s
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I have a problem when using session variables to store the checked state of a checkbox. I\'m using pagination so when each letter is pressed a checkbox will appear with the respective letter stored as
Please have look on the following code: $_SESSION[\"process_y\"] = new Process(); $process_y = $_SESSION[开发者_运维问答\"process_y\"];
Environment is ASP.NET 4.0 using C#. I was going to put an ID that I need in a session variable. For example:
I´m having problems passing an array with float values. It´s empty in the other file. Here´s the code. Please any help...
I have a page that executes a long process, parsing over 6 million rows from several csv files into my database.