39,320 Topics
| |
Hi everyone, I have had the current users sessions set up for three days now and today for no reason what so ever the sessions have now stoppped working. I have no idea but if i echo the session it shows but wont pass through pages on my site. Please … | |
Hello everyone, I am wondering if someone already get remote reporting from Tradedoubler by using the reportkey. I tried with cURL to get the report, but i received only the login page. So i don't know if this means that the key isn't ok or if i need to simulate … | |
Please can anyone explain me what is meant by smarty codes or templates and what is role of smarty in PHP. | |
For some reason, I'm having an issue getting the following code to work. I can't get it to post to my db. I'm sure I'm missing something simple but I'm an amateur, so what else would you expect. Here is the code: <?php $connect = mysql_connect('localhost', 'bestseni_dev', 'masterkey'); if (!$connect) … | |
hi... i'm try to array into checkbox and dropdown box. this is my smarty array {foreach from=$job_types key=k item=i} <input type="checkbox" value="{$i.id}" /> {$k.type_name} {/foreach} this what i'm try to convert ... ( * => JobType Object ( [id] => 1 [var_name] => full_time [type_name] => Full Time [is_active] => … | |
This is a PHP script that allows javascript clients to request content they otherwise would not be able to. With the popularity of AJAX (using the XmlHttpRequest object in the browser), many developers are becoming aware of the cross-domain scripting limitation. This is a security feature that prevents client-side scripts … | |
guys please , i am reay tired , i have downloaded the apatch serer httpd-2.0.63 and i dont know what i have to do more , i dont know what to do next , i have the file but it does not contain any installation file of folder , so … | |
hi all, i had a table with image details.so wen i click on submit button that image details should insert into assignwork table.but that is not working. [CODE]<html> <body> <link rel="stylesheet" type="text/css" href="css/table.css"/> <form action="useajax.php" method="post"> <table align="center" id="customers" style="width: 90%"> <tr> <th>S.no</th> <th>Imageid</th> <th>Name</th> <th>Size</th> <th>Type</th> <th>Assigned to</th> </tr> … | |
I want to use java Script Variable in PHP Code. For Ex... Var a=10; <?php Use JavaScript Variable.How ???? ?> How can I use this variale in php ?????????? | |
hello guys . Can someone tell me how to create a function in php that works whenever someone opens a page that does not exist and at the same time the code notifies me with the error . I have created one but it does not work for all pages … | |
I need an url to point to specific page in CMS-controlled site - eg [url]www.mywebsite.com/example[/url] - how can i make the /example direct to the page? Tried inputting into the 'friendly url' box but no joy. Is it possible to do this within a CMS or will it have to … | |
Hi Guys, I have a small problem which I cannot figure out, but taking my chances with you here. I have the same php script installed on my laptop and on a desktop. If it runs from the laptop, mail goes out and received. If I send it from the … | |
Hi, I am busy working on a subscription site and am in need of some help. I don't have a merchant account and therefore cannot take credit cards directly. I see paypal has a service for $20 a month that allows you to take credit cards. I'm confused as to … | |
Hi guys, I've been trying to search for a complete PHP Private Messaging System that could possible be integrated into my website. No, I Don't want a Simple tutorial about it, I just need a Complete, Ready made Script. and also how to create pop3 accounts in my server using … | |
Hello friends, I need to convert 15 million email contacts immediately. I have all the contacts in csv format. But my client needs it in vcard format. I've been searched all over the internet. I couldn't find a converter or script to convert csv file into vcard format. I found … | |
Hello I have apache2 installed on my linux box to design database driven and php site without haveing tobe connected to the net. my php is working fine but i am having problems with mysql. Keeps telling me that my security is not set high enough, being that i am … | |
Hello there, My question : It is possible to implement our customer php login in Oscommerce STS template ? I created simple login/logout forms but didn't work on all pages, it emptied session value. Regards, Arun Gupta | |
Hi guys, Im running on PHP 5.3, Apache/2.2.12 (Win32 and SQL server 2008 using the sqlsrv driver 2.0. I have no problems connecting to my db instance using either Windows or server authentication as i Have enabled both. I use Windows auth for the application. I have enabled remote connections. … | |
Sorry, this should be in the AJAX section--- Hi all, I've seen sites that use some kind of AJAX validation when typing in an address. On top of this when the address is typed it runs a search and then asks if I meant the found address or the one … | |
Hi, I need help you php master to solve a problem with this code to open new window when someone click. [CODE] <!--RSS FEED--> <?php if(function_exists('fetch_feed')) { include_once(ABSPATH.WPINC.'/feed.php'); $feed = fetch_feed('http://feeds.com/'); $limit = $feed->get_item_quantity(20); // specify number of items $items = $feed->get_items(0, $limit); // create an array of items } … | |
Hi Guys! I would just like to ask if there is a function in mysql or sqlyog where in i can create log files for our supply inventory system. I was thinking about creating a log table in the database but I'm quite curious if there could be a better … | |
I have read dozens of blogs, forum postings amd the PHP manual on this but do not seem to get an answer. my code [CODE php/javascript] $_SESSION['sessionname']=$variable; session_write_close(); echo "<script language='javascript'>"; echo "parent.location.reload(true)"; echo "</script>"; [/CODE] works well with chrome, as I can check the existence of the session for … | |
Hi, I have created a mysql database containing menu dishes for a restaurant. The idea is to store all dishes on the database whether the dish is being sold or has been sold in the past. Each dish (database row) has a simple indicator (yes/no) to determine if the row … | |
Hello Guys, Here is the code that i have which works fine as it puts data to my database, but am not sure where or how to put it so then after the form has been completed i get an email to say that some one has completed the form … | |
Hi Everyone. Can someone assist me? I'm pulling data from a DB, If the first value is empty it should check the second one and if that is also empty assisgn value. Hope it's understandable. Regards [code] if(empty($veh_img)){ $galpic="image.gif"; }elseif(empty($disk_img)){ $galpic="image.gif"; }else{ $galpic="$disk_img"; } [/code] | |
Hi everyone,I am developing the social networking type of website.I want to know suggestion from you people.. 1>I was planning like as we see on any social n/w site as "add as a frnd" so there are three issues related with this a>If i am on my profile then "add … | |
Hello, I've got a page that I've created that allows me to change multiple values in a row in my database. These values are all stored in a single row. I have input boxes for every one of the columns in my row. If a box is filled in, that … | |
I want to create a page that contains all sorts of Variables with values such as Prices, Name of Site, Rates, etc. I want to create an admin page, that allows the admin to easily edit the values inside this php file. How does this work without the variables being … | |
When a user logs in, it redirects them to a page that prints their account name, thus showing that they are logged in. But if they leave the page and come back they get logged out, and if they refresh the page they get logged out. I don't know why … | |
Ok so I am working on setting up a zencart site. We purchased a slide show from flash den and we cannot figure out how to get it to show in zencart. We have tried all of the normal stuff and it doesnt seem to work. When we create a … |
The End.