- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
31 Posted Topics
Dear members, I'm in serious problem. I need a tool which can get all content information of a website and at the end these information will produce a CSV. That CSV will be imported in another database...can anyone help me regarding this issue.. | |
I want to run video files in browser ............... which format will be suitible for it.. and how to do this using HTML & PHP... Need help....... | |
<b>Suppose I have a customer details form, after fillup that form when I'll press <submit> it will redirect me to an another form where those details will be shown in a .doc format. I want to print this page...can any one plz HELP ME how can I do this job....plz … | |
<h1>Hi members, I'm an MCA want to earn some money through online project on PHP & MySQL...can anyone help me how can I get the job</h1> | |
Hello friends, I've a user login system......user's name & password are saved in the database.......suppose i've an user "admin". At the time of login if he enters "admin" he can login also if enters "ADMIN" or "AdMiN" he can login too.....how can I stop this thing........PLZZZZZZZ show me the way...... … | |
Dear members, I'm facing a problem using ajax..I ve two files language.php and ajax-language.php. In language.php I have a list of languages with checkbox where if i click a checkbox then a male female option will be shown. now the problem is when i'm going to click gender option then … | |
Hello All, Anyone here who can help me in word press MU..... If yes plzzzzz reply.. Thanx.. | |
Hello friends, I've a category table, the structure is: category{ id int(11) autoincrement, name varchar(255), parentid int(11); } Now a node can have multiple child nodes and grand child nodes. now if I want to get all childnodes and grandchild nodes of a node id what should i do ??????? … | |
Hello friends, I'm in a serious problem....... I have a change password application for registered users......I've applied javascript to check wheather fields are blanks or not but incase if someone press spacebar in new password and retype new password fields then it accept it . Now I want to block … | |
Hi, If I refresh a page than post values are also submitting repeatedly........... how to solve this problem.... | |
anyone help me to recommend a free mail server like [COLOR="Red"][B]squirrel mail[/B][/COLOR] which is easy to use and configurable..... | |
Re: [QUOTE=veledrom;663420]Hi, When i hit the F5 to refresh the page, sql statement in that page runs again. It means last insert, update or delete process is triggered again. How can i solve this problem. Is it necessary for me to do insert, update or delete processes in other pages to … | |
Re: [QUOTE=davewylie;663319]Hi, I have a routine which reads a file using type='file'. I would like to be able to update the file and save it in the same location it came from, which would be in the C:\ directory. However, I cannot see how to get hold of the path associated … | |
Re: [QUOTE=nate660;663411][code=php]<?php //URL to file. $data1 = 'http://66.232.193.178/sampserver/scriptfiles/Onlinetext.txt'; $data2 = file($data1); foreach($data2 as $key => $value) { $data2[$key] = substr($data2[$key],stripos($data2[$key],"=")+1); $data2[$key] = str_replace(array("\r","\n"),"",$data2[$key]); } //Your base image. $gd = imagecreatefromjpeg("online.jpg"); //some colors.. $white = imagecolorallocate($gd, 255, 255, 255); $black = imagecolorallocate($gd, 1, 1, 1); $green = imagecolorallocate($gd, 0, 0, 255); $red … | |
Hi frnds, I have built an information maintenance system where files can be uploaded. Anyone can view those files. But, the problem is when a file is viewed in the browser at that time if someone just copy the URL in some text file after that any body from any … ![]() | |
Re: [QUOTE=Demiloy;662388]I'm thinking with PHP you can just use str_match. But if you want something a bit more advanced, have you every looked at [url=http://www.sphider.eu/about.php]Sphider[/url]?[/QUOTE] thanx buddy Sphider is just great................ | |
Hello all, I'm stuck in a serious problem, I need a code of Email validator in php. It will check whether there is a real email address or not, i.e it should not be "abcd@xyz.com" that means it will check the domain(yahoo.com, gmail.com, aol.com etc..) as well as the user … | |
Re: vicky's code is fantastic just comment out line 22 and create a directory 'images' after that store some images in it | |
Re: This is very simple, try this..... foreach($b as $value){ mysql_query("insert into ur_nxt_tab values($value,...)") or die(mysql_error()); } but keep in mind the value insertion field must be the first field in your table | |
when we click on BOLD tab up of this texarea then [ b][ /b] tags are appeared inside the textbox..........How can I use this process in my text area...........help me giving the idea or any type of code | |
[B]How can I insert text in special form in a textarea and as well as in the database......[/B] e.g. [code=html] [B]H<sub>2</sub>O[/B] [/code] | |
How can I transfer values of two different veriable on a single submit button click to an another page........using javascript & php | |
how to auto_increment a char datatype in table create command | |
Suppose I have got the value of a veriable from file1.php, in file2 .php I want to increment this value and want to print the incremented value in file2.php How can I do this job............... | |
[COLOR="Red"][B]plz rectify the following code of file upload[/B][/COLOR] file_up.php [code=php] <html> <body> <form enctype="multipart/form-data" action="upload.php" method="post"> <input type="hidden" name="MAX_FILE_SIZE" value="1000000" /> Choose a file to upload: <input name="uploaded_file" type="file" /> <input type="submit" value="Upload" /> </form> </body> </html> [/code] ___________________________________________________________ upload.php [code=php] <?php //Сheck that we have a file if((!empty($_FILES["uploaded_file"])) && … | |
[B]I've installed Apache2.2.4 & php5.2.3 in my windows xp, evry thing is going perfect but when I want to transfer a session variable to another form its not tranfering.......plz any body help me on this regard. will I have to configer any file....its urgent for me..[/B] | |
[B]I want to create a table, with a column which datatype will be LONG BLOB, what will be it's size????? e.g. [U][I]create table tab1(name varchar(20), pic longblob([COLOR="Red"]?????????[/COLOR]));[/I][/U] plz give me the currect code...........[/B] | |
[B]Hi members, I've a project on match-making website where I've to give a facility to my client to upload image file as happen in orkut...plz give me the concept & if possible plz give me some related Codes..........[/B] | |
Dear members, can any body plz help me out to insert image file in MySQL.......is it possible ???????? [B]If possible plz give me the code............[/B] | |
Hi all, I'm facing a big problem using MySQL...i've created a table using this code: [code=sql] create table table1(name char(20), age int(3)); [/code] Now this table can insert ineteger values in name field........which i don't want and the age field can take a value like e.g. 123456789...although it's length is … | |
I have installed XAMPP in winXP, its works perfectly.......but the value of any veriable cann't be tranferred from one page to another page...e.g. 1.file1.php [code=php] <?php print"<body><form action=file2php method=post>"; $p=42; print"p=$p"; print"<input type=submit value=submit>"; print"</body>"; ?> [/code] 2.file2.php [code=php] <?php print"p=$p"; ?> [/code] when i run file1.php it prints the … |
The End.