39,321 Topics
| |
I have a site that I am working on, and I got tired of having to change the root path every time I uploaded the script from the local to on-line server. I tested the following code on both local (XAMPP under Windows) and web (shared Linux hosted on GoDaddy) … | |
xml POST method using http protocol i got a link from a travel hotel booking people like bellow link Each request needs to be posted (through POST method) using http protocol to [url]http://xmldev.dotwconnect.com/request.dotw[/url] and it receives a response irrespectively the request is successfully processed or not informing about the success … | |
hi friends, I've come across a word LAMP while searching for some php codes.Can someone kindly tell what does this mean and what type of application can be developed from it. And how to begin learning it(sources which provide complete information). | |
i m updating 3000 records in on query after few sec.. page shows network timeout...!! how to get rid of it.. thanks | |
hey, so for my first project in my class, I need to build a crawler this is what I need it to do: - crawl and follow all urls on a domain (not go out into other websites) - get the title of the page - get the meta tag … | |
I am trying to create a page that will look up values from a table to fill in drop down boxes, i have this working. Now when the user selects options and presses a button i would like these values to get written to a table. This code is my … | |
hi, i'm using .htaccess so that the variables passed through links are not seen. [COLOR="Green"]http://localhost/user/jack[/COLOR] should be converted to [COLOR="Green"]http://localhost/user/?uid=jack[/COLOR] i used: [COLOR="Green"]RewriteRule ^user/([^.]+)/?$ profile/?uname=$1 [NC,L][/COLOR] whatever characters is input, i want that to be passed and then check. everything's working perfect. but when the following symbols are used, the … | |
My friend and I are working on an Internet bot. We want to make a bot that given a website, would index into a table. Example -- Given the website: [url]www.daniweb.com[/url] Add to table: [url]www.daniweb.com/c++[/url] [url]www.daniweb.com/c++/forum[/url] [url]www.daniweb.com/java[/url] etc... Any suggestion on how to do this? | |
hello.. i want to write code for refresh only division part which is in page. why because i am fetching images from database randomly. when we refresh the page the image change randomly. so.....i want to do refresh only division part every 1min. how to do? | |
I have an html form when i submit it it goes to a php page. i want to change the action so the php execution happens on the same page. [code] <form method ="POST" action = "user.php"> <table align="right" cellpadding="10" cellspacing="0"> <tr> <td>EMail: </td> <td><input type="text" name="email" /></td> <tr> <td>First … | |
HI i know php/mysql and javascript well and I've made some web site . now , I want to make a online game web site that it has two type of games . One type are simple games like BACKGAMMON or chess another type are multiplay games . I have … | |
Hey guys, I'm modifying a classified site, it's written in PHP. What I'm trying to do is when a user comes in the website for the first time (aka no cookies created) the value of the variable would be -1, when they click on a state to browse in, it … | |
Hai I have some html files and i would like to display them in a random manner using the php. can any one help me out..I have been trying this one.. but it is not working.. [CODE]<?php $dir="./clock/"; $nimg="10"; $itype="html"; $rnumb=rand(1,$nimg); echo "<a href=".$dir."clock".$rnumb.".".$itype."></a>"; ?> [/CODE] | |
how can i get only value of 'v' from the following url [url]http://www.youtube.com/watch?v=NMAYr709-9Y&feature=dir[/url] i.e NMAYr709-9Y with php | |
Can someone please help:(. I have a database with a field Date. I made the datatype to Date. But when I code the date in php I use the date() function to get the current date it donesn't want to insert in the database. Please help. For example my code. … | |
this is my db table content tble name : cars id | make | model | trans | fuel | year | km | vin | regdetails | state | price | features what i want is search the car with this form [CODE] <form id="form1" name="F2" method="post" action="search.php"> <div … | |
hi every body, i am sure its not that much hard but somehow i stuck in situation which look very much unclear to me. in fact i have a table through i am selecting different records each records will be printed with the checkbox what i want to insert checked … | |
I will start out by saying that I have no experience with PHP at all.. sorry. However, since I do some asp.net etc I thought I would throw myself into it.. I have come across a problem though. I've found a mail form using jQuery. What it's supposed to do … | |
hi, how can i make a link attache ment system with php, culr / ajax one like in facebook..........!! i.e by typing a link fetching meta, title and images from that link...!! thanks in advance.........!! | |
hai all, i want to refresh particular part of the page ,not whole page. is it possible? . if so, how is it? ......... | |
hello friends .. i want to do one task. i want some one elp. i am new to php. when ever i check the checkbox amount will add in 'total' textbox. i am displaying table below. [CODE] <form name="form" action="" method="post" > <table align="center"> <tr> <td> </td> </tr> <tr> <td> </td> </tr> … | |
hi all. i want to crop png image. when i am croping the png image i got "Fatal error: imagepng() [<a href='function.imagepng'>function.imagepng</a>]: gd-png: fatal libpng error: zlib error in C:\wamp\www\taslan\admin\products.php on line 120" error message. at line no 120 shows imagepng($bgim_new,$bgth_file_name,100); this function | |
I retrieve three pieces of data from my MySQL table and need to pass one of them as a parameter in a link to a dynamically populated .php page and two of them use as the link text. The echo statement below is not working. Could you please see what's … | |
Hi all, Since its been a while now that i am learning php I undertook a project to develop event calendar in php and mysql. There will be a public calendar published on site which every1 can view. Then as a user logs in he will have his own personal … | |
i am trying to make a page that able to search the data that store in the sql database, i would like to have a field search which enable the user to choose the field they wan to search. the problem i facing is i dunno how to submit the … | |
hi, I have created 2 tables called "User_Info" & "Auth_Users". In "User_Info" table "ID" is the primary key. In "Auth_Users" table "ID" is the foreign key. I have created a "User Form" through which I am trying to capture the data. Since the primary key is an auto_increment value I … | |
my else statement is not executing it returns a black page. [code] while($results = mysql_fetch_array($user_name)) { if ($results['email'] == $Entered_UserName && $results['password'] == $Entered_PassWord) echo 'working'; else echo 'not working'; } [/code] | |
I'm trying to enable GD Library. I use PHPMyAdmin. How can I do this? | |
Hi I am wondering if i can move a field (with contents) from Table B to Table A. If so how can i do it? Any advise ?? Thank you very much.. | |
I cannot figure out how to do this. I have set the padding and border as 0 and tried the collapse border command. Here is my code: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Untitled Document</title> </head> <body> <table border="0" … |
The End.