39,320 Topics
| |
hi why is sometimes i get this message error during browsing my site ? but when i refresh it comes back , what causes this error ? Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. … | |
i have a page where listing of items is done... it also have searching feature with pagination... when i submit searching then its working fine.. but during panigation i have to pass all query parameters through url.. to get it work.. it there any way to use pagination without using … | |
I have created a compobox and selected District from address table. I have to take the district name as a key and filter "towns" from address table and it should be displayed in the second compobox. Anyone help me what code I can use for second compobox? The code used … | |
I am writing a hash algorithm simulator, I am running the keys through the hash but I am not being able to display the whole hash table after all keys are entered. I also I can not figure a way to check if there is any collision because I am … | |
I want to make my own website. I would like to outsource one web application project. so can u suggest me which factor decrease my total cost? | |
I know C++, but want to be able to code web sites, web applications, and maybe iPhone apps. I've heard that PHP and ruby on rails are good to learn. I also know there is an iPhone app language/SDK I could get my hands on. What languages and in what … | |
Hi I have page A text, that I wish to have entered into page B text fields. The usual procedure to transfer data between pages are sessions. But for argument sake I am denied the access of sessions how else am I able to automatically enter the text and submit … | |
hi how can we minus 15 pixel from bottom height in fitting for create thumbnails from original image in this code ? i mean how can tell php that capture from original image the ( all width ) and ( all height - 15 pixel from bottom ) [CODE] # … | |
Hello guys This is driving me mad. I would really appreciate if you told me any idea about why I see this square in red color just in my local xampp installation. If I run the code in the remote server ([url]http://www.arreglaordenador.com/numberimage2.php[/url]) I see the square in black color instead … | |
Hi! i want to send 10,000 email to my users i have shared web hosting. i think i have only this solution. i want a simple php coding. if some one visit at my site an email automatically send from database list. i have a mysql table -------------------------------- | ID … | |
This is the code for my TV guide website (stored on localhost)'s articles in PHP: [CODE] <?php //connect to mysql //change user and password to your mySQL name and password mysql_connect("localhost","root","PASSWORDREMOVED"); //select which database you want to edit mysql_select_db("tvguide"); //select the table $result = mysql_query("select * from epdata"); //grab all … | |
This is an included file on one of my PHP sites on localhost: [CODE] <? //connect to mysql //change user and password to your mySQL name and password mysql_connect("localhost","root","PASSWORDDELETED"); //select which database you want to edit mysql_select_db("myradiostation1"); //select the table $result = mysql_query("select * from presenters"); //grab all the content … | |
Hi, I have two classes. I user [inlinecode]throw new Exception("Error");[/inlinecode] in first class. I want to catch that error message in second class with "try catch". How do i do it? Thanks | |
I have found Javascript to be the most difficult language to find useful and CORRECT info on. Afterr working for several hours looking at various sites, I'm still somewhat stumped. All I know at this point is that these is a difference in the array formatting between PHP and JS. … | |
Anyone has any idea how i can look inside my arrays for diagonistics purposes. I am using tail.exe on vista currently for general debugging purposes. regards. | |
We're trying to have PayPal Express Checkout payment for a shopping cart (for a live website). Once the Authorization is completed, we are able to retrieve the Shipping information [I]GetExpressCheckout[/I] from the Buyer account (we've successfully tested this on sandbox). However, is there any 'billing information' that we can get … | |
I am trying to get my date that people enter into a form from mm/dd/yyyy to input it into the database. I can't seem to get this to work, I guess I only know enough to hang myself, what would someone use to get this to function properly? I've been … | |
Here is an extracted code from my php file. Basically what i want to do now is put the results fetched while in a WHILE loop into an array, lets call it $array99. HOWW??? i am totally stumped here. Just so you can understand the logic of the program(its irrelevant … | |
[code=php] < ?php // take in the id of a director and return his/her full name function get_director($director_id) { global $db; $query = ‘SELECT people_fullname FROM people WHERE people_id = ‘ . $director_id; $result = mysql_query($query, $db) or die(mysql_error($db)); $row = mysql_fetch_assoc($result); extract($row); return $people_fullname; } // take in the … | |
i want to setup an online shop with drupal. how good is drupal in this issue? can you introduce some online shop with drupal? if it is not good,so what is your suggestion? it would be better to suggest open source CMSs. | |
hi can any one tell step by step how to install php script in the domain thanks | |
I'm trying to retrieve values from a database and encode them as JSON for another script to grab. I'm doing this like this: [CODE]for($i=0; $i<7; $i++) { $nextDay = $i+1; $startDateTime = date("Y-m-d H:i:s", strtotime("-$i days")); $endDateTime = date("Y-m-d H:i:s", strtotime("-$nextDay days")); $query = "select count(*) as cnt from app_instances … | |
i m using .htaccess file for that i have to change AllowoverRide from none to all...!! i just want to know does it can effect security of appache server..?? | |
Recently I have installed php 5.3 on a pc and just like many posts on this forum have been saying the latest version of php does not guarantee 100% backwards compatibility. Especially for some oop parameters where the symbol "&" needs to be used before the variable at specific points … | |
Hi all, I am using codeigniter. I want to generate dynamically the contents of the textarea of the tinyMce. Is there any plugin for generating the content something like smarty. Thanks in advance. Jino | |
Hi, I need a php editor where i can see what variables, class names, function names are already in use and if it is possible (not necessary) debugger. WinXP: ? Ubuntu: ? What editor do you suggest me? Thanks in advance | |
Hi Everyone, I would appreciate it if someone could have a look at this short mysqli script and tell my why I am getting this parse error: Parse error: syntax error, unexpected T_VARIABLE in /home/james230/public_html/xampp/htdocs/lesson1/login.php on line 10 I had this set up as mysql and it works perfectly, but … | |
Hey. I'm new to php and I have been looking everywhere for info on how to take information from my sql table field and put it into a html form list. | |
I am using a NBBS server, PHP based. I am not sure this is the right sub- forum to ask or not but anyways. I go to ACP --> Skins --> Import Skins It takes me to a skin archive page having 6 skins. It doesn't show me an option … | |
Hi. I am new both in daniweb and as a web programmer (university student) and I'd really like some help, if possible, with a shopping cart I've been developing for a lesson/project of mine. The error I get is: Parse error: syntax error, unexpected '{' in C:\Apache_PHP_MySQL\xampp\htdocs\site\basket.php on line 135. … |
The End.