I am adding a sort by option to my search page. I am using two select form input type, one for the field to order by, and one for开发者_JAVA百科 ASC/DESC. I have the first option with value=\"\" and t
I am sending variables to my PHP file to add things to the database, but for some reason my database either gets filled with blanks or it just does not add to the database at all.
I got the following code: {$productinfo.ProductPhone} {if isset($productinfo.Productphone)} {$business_business_phone} {$productinfo.ProductPhone}
I\'m working on quite a large project in which there are a lot of places where code like the following exists:
I can\'t find the solution to this one.Basically we are using a vanity url system so its user.domain.com.All files are accessed like user.domain.com/home.php etc.When you clear cookies the redirects w
Ok, having trouble here: I created开发者_JAVA技巧 a login script, so after a person logs in then they will get direted to another page. And also, I have it redirecting them to the login page if they
I am trying to protect a page by making it password protected.I am using the code below, but it doesn\'t work.
all of our users have custom urls.user.domain.com.when a session expires, the page gets routed to index.php.I need it to require it to redirect to user.domain.com so that they can login from that page
{if isset({$LANG.domainmoreinfo}){$LANG.domainmoreinfo}{/if} This seems to be an incorrect syntax, can someone tell me what am I d开发者_如何学Coing wrong?
Let me start off by saying I\'m a PHP developer, not an ASP one. (And I really wish ASP had isset().)And I\'m working in a live environment so I don\'t really have an opportunity to do any testing.