Hello,
Please check out the code below. Checking if there is a variable in POST for MC_vatnr, if so placing that value into session, if not placing the work "private" into MC_vatnr. It wi...
We have a list that we show on each page of the website. The list is stored in database, however does not change more than once a year (manual update). The website gets a lot of traffic. What ...
Hello everybody!
I want to keep some session data even after the session is destroyed. For instance, I want to keep a users email address even after they log out so next time they log in t...
We just went through a migration and I need to put in a temporary solution while we reprogram using SOAP. The issue is that I am retrieving several values from an ERP system and all of those a...
Hi,
I have always developed pages that the url is = www.xxxxx.com/news.php , but now i've noticed a lot of sites create like www.xxxx.com/Fed_bails_out_bank.php
is there a php library to d...
Hi,
I need to set a timeout (15minutes) for a php session, the cookie lifetime is set to zero, I guess this means they die when the browser is closed. At the moment a session stays alive even...
I want to transfer control from one php script to another and transfer POST variables.
For example, script_from will transfer control to script_to. I want script_from to define POST variable...
i am tring to make a new table and the table dose not get created and i dont get any error
How do you control how long a PHP session should stay active for?
I had someone help me build the basic's of the website using 3rd party scripts (like LiveUser) and one thing I have now found out is that you must have cookies enabled to login to the site. Do...
im working on a website for a friend who is supply a service for customers which has a few options. The main option im seeking advice on is the option for paying customers to download some for...
Generally I use a curl script to automate logins and such so I can do my general work easier, but I have come into a stump...
When the CURL is https:// the url doesn't seem to go anywhere. ...
I am working on a page that will allow users to send emails to mulitple person's phones. They choose the area, phone number and service provider on the asp page which then sends the informati...
How do I upload an image using the HTML type="file" browse button?
Hi people!
little question:
why if i have brackets in a get link:
http://localhost/current_projects/main.php?proj_name=Collection%20Truck%20(Development)
browser or someting doesnt allow t...
Hello,
I am requesting a slight modification to a previous solution:
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_22959752.html
Below is the code snippe...
Don't know how to explain this to well. so withh use examples for. I have a list that has many sub leaves and i want to show the user where they are and the menu items in each level going up t...
I use one preg_match_all expression to find proper nouns and another preg_match_all expression to find all words.
The problem is that there are duplicates. I don't want any words in the se...
Hi,
How can i take http://www.google.com with regular expression.
string is url(http://www.google.com).
I want to just http://www.google.com
I have a project in PHP5, which should be stored in SVN (Subversion) and built with Phing.
What is the best file/directories structure for this? Where can I read an example? Thanks for the ...
Hello!
I have a Class that I will simplify like this:
class ProductTemplates extends DBObject {
public $qty_in_stock;
function get_product($product_id)
$this...
What are the php certifications available to show the knowledge on PHP ... please suggest me the common agreed certifications for LAMP/WAMP
HI everyone,
I have this update query which update the table values for me what i want is print the error values if there is an error like for example
if mm.Size_code != s.sizes_code
pr...