Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
49% Quality Score
Upvotes Received
9
Posts with Upvotes
8
Upvoting Members
9
Downvotes Received
9
Posts with Downvotes
9
Downvoting Members
9
4 Commented Posts
0 Endorsements
Ranked #746
~63.0K People Reached
About Me

PHP web Developer.

Interests
Cricket, Web Developing
PC Specs
Windows XP
Favorite Tags

81 Posted Topics

Member Avatar for iraberyl

Use the below Specified Code for Looping Textbox: [CODE]<form name=textbox method=post> How Many Textboxes you Want to Apper: <input type="text" name="how_many" /><br/> <input type=submit value="Get Text Box" name=submit /> </form> <?PHP if (isset($_POST['submit'])) { $how_many = $_POST['how_many']; echo "<form name=something_here method=post>"; for ($i=0; $i<$how_many; $i++) { echo "Textbox $i: <input …

Member Avatar for Dani
-1
3K
Member Avatar for hemgoyal_1990

I m working on a MLM project in which i have to store member automatically in binary tree form like 1 is root 2 is child of 1 3 is child of 1 Then 4 is child of 2 5 is child of 2 6 is child of 3 7 …

Member Avatar for Manabendra
1
19K
Member Avatar for logonchristy

You may Use the Below Specified Code: [CODE]<?PHP echo "<a href=\"http://digg.com/submit?phase=2&amp;url=".$_POST["url"]."&amp;title=".$_POST["title"]." target=\"_blank\"><img src=\"http://www.virtualdolphintherapy.com/images/digg.png\" alt=\"Digg\" width=\"64\" height=\"63\" border=\"0\"/></a>"; ?>[/CODE]

Member Avatar for gptArun
1
1K
Member Avatar for beanboy

if You don't Have any Web Host then You may RUN Your php file offline by Creating WAMP Server on Your PC: Simply Download WAMP Server from Below URL and Install it. [URL="http://nchc.dl.sourceforge.net/project/wampserver/WampServer%202/WampServer%202.0/WampServer2.0i.exe"]Download Now[/URL] after Install open WAMP Folder from Your Installed Directory and Open WWW folder and create a …

Member Avatar for diafol
0
1K
Member Avatar for sanjaypandit

use the below script: [CODE]<?PHP $image = "http://images.websnapr.com/?size=s&url=$url"; echo "<img src=\"$image\" width=\"202\" height=\"152\" alt=\"Screen Shot.\">"; ?>[/CODE] The above will capture 202*152 size image.

Member Avatar for rurunoruru
0
6K
Member Avatar for jonow

To Hide .php Extension from your all files then Use the Copy Below Code and Paste it in .htaccess file: [CODE]RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php[/CODE] The above code is Tested and Work Fine with all Your Server Files. [B]Example: if your filename is "www.yoursite.com/file.php" …

Member Avatar for shophiarajan47
0
899
Member Avatar for BeckyAnne87

You May Use The Below Code for Inserting Image into Database: [CODE]image.php File: <?PHP $hostname = "localhost"; // usually is localhost, but if not sure, check with your hosting company, if you are with webune leave as localhost $db_user = "username"; // change to your database password $db_password = "password"; …

Member Avatar for diafol
0
5K
Member Avatar for my3h

@my3h why not you set last inserted id in session. use the below code in ApplicationRegister.php file after line #8. session_start(); $id = mysql_insert_id(); $SESSION['id'] = $id; and on UserRegister.php file use: session_start(); $id = $SESSION['id'];

Member Avatar for hemgoyal_1990
0
245
Member Avatar for geneh23

you use session variable for this in php. for a complete php login scrpt help take a look to below mention url: [url]http://www.phpeasystep.com/phptu/6.html[/url]

Member Avatar for geneh23
0
1K
Member Avatar for devinodaniel

Please make change your for loop to below post line: [CODE]for ( $i=0; $i < 1; $i++ )[/CODE] this will only show you one upcoming Friday at a time. after going this Friday this will show you next Friday.

Member Avatar for pritaeas
0
87
Member Avatar for geneh23

Dear geneh23, Please use below mention rectified user login page coding. i hope this will solve your problem: [CODE]<?php /* Check User Script */ session_start(); // Start Session if (isset($_POST['Submit'])) //Replace Submit with your submit button name. { include 'membership_db.php'; // Conver to simple variables $username = $_POST['username']; $password = …

Member Avatar for geneh23
0
174
Member Avatar for azegurb
Member Avatar for zjbarden

change line no. 9,10,11 in Contactthanks.php as below: [CODE]$Skill1 = Trim(stripslashes($_POST['Skill1'])); $Skill2 = Trim(stripslashes($_POST['Skill2'])); $Skill3 = Trim(stripslashes($_POST['Skill3']));[/CODE] This will work for you.

Member Avatar for ko ko
0
276
Member Avatar for kamaludeen
Member Avatar for ibshas25

add a extra field in your database named usergroup and set the user permission in it. this will batter work for you.

Member Avatar for Stefano Mtangoo
0
83
Member Avatar for Naruse
Member Avatar for sarithak

[QUOTE=sarithak;1031269]Hi frnds... i m using date time funtion in many ways..but i m not getting indian timings...plz tell me how can i exact indian timings... i used all the below functions... i need only for a single page..[/QUOTE] You May Use the Below Specified Script for Getting Indian Time in …

Member Avatar for Member 784564
-2
649
Member Avatar for nick3592

first you should create the date in variable with your day,month,year data and submit it in database in the format YYYY-MM-DD. your date should be in YYYY-MM-DD format.

Member Avatar for JRM
0
135
Member Avatar for shaya4207
Member Avatar for hemgoyal_1990
0
107
Member Avatar for gandhikr

[QUOTE=gandhikr;1232043]Hello, I have this inquiry form. I wish to capture the fields and email via php script. Can anyone help me in doing that? It uses html text field, select and textarea form elements.. In select name I wish to capture and email the option selected. <form action="#" method="get" name="form1"> …

Member Avatar for hemgoyal_1990
0
142
Member Avatar for michael123

use below script: [CODE]$string = "This is a test."; $new_string = str_replace (" ", "", $string); echo "$new_string";[/CODE] The above Script Tested and Worked fine.....

Member Avatar for bhebs_quines
0
4K
Member Avatar for wonderland

Joomla is BEst CMS in my Review because it's Complete Your ll Requirement Like: Content Posting, Image, Video Posting . New Designee Integrated. and the Most Thing is That this is Free available on [url]www.joomla.org[/url]

Member Avatar for wonderland
0
262
Member Avatar for moerpheus

i suggest you that why not u zipped your project in single file with installing instruction with Downloading Link of WAMP or MAPP. so every user can use it without any installer. and also you may create the installer in php and set it the default directory for user help …

Member Avatar for Stefano Mtangoo
0
175
Member Avatar for the0ry
Member Avatar for the0ry
0
144
Member Avatar for architact

Have u Upload ur .flv file in particular directory. if not then first upload flv file in directory and then try to access it. or if u want to change the file permission then open ftp client and right click on file and select Properties. There Change file permission to …

Member Avatar for hemgoyal_1990
0
94
Member Avatar for salibaray

first of my suggestion to you that why not u chose mysql to storing your data because in mysql there are too easy to find only one record of same name in higher value. i suggest you that first you choose the mysql for your data storing.

Member Avatar for salibaray
0
186
Member Avatar for vizz

[QUOTE=vizz;1093662]How to allow user to add images to display at his/her profile area?[/QUOTE] this is not too tuff. for this you need a database table filed for storing your image url for your users. after that you may print your user profile picture in his/her profile. for uploading picture take …

Member Avatar for moerpheus
0
114
Member Avatar for ChintuChowdary

for WYSIWVG Editor in php follow hotscript.com: [url]http://www.hotscripts.com/category/php/scripts-programs/wysiwyg-editors/[/url] There are many type of WYSIWVG Editor provided.

Member Avatar for diafol
0
130
Member Avatar for takeshi

You may export all data in ms word with the below code: [CODE]<?php $vExcelFileName="export". ".doc"; //replace your file name from here. header("Content-type: application/x-ms-download"); //#-- build header to download the word file header("Content-Disposition: attachment; filename=$vExcelFileName"); header('Cache-Control: public'); echo "hai"; ?>[/CODE] The above code is tested and export the text hai in …

Member Avatar for takeshi
0
2K
Member Avatar for nats01282

i suggest you that you use database because in feature there are getting more trouble for finding any of user information in this file and also with database login is so simple and more secure then file. so use database for login information submission.

Member Avatar for hemgoyal_1990
0
4K
Member Avatar for sam023

to convert String in Date format use the below script: [CODE]<?php $DATE = "20091231190903"; echo date("Y-m-d H:i:s",(strtotime($DATE))) ?> Output: 2009-12-31 19:09:03[/CODE]

Member Avatar for Wraithmanilian
0
184
Member Avatar for amisopno

why not you move to Joomla. Joomla is open source and available on net for free and comes with all features that required a web developer. so use Joomla..

Member Avatar for hemgoyal_1990
0
119
Member Avatar for BzzBee

you should do this by connecting the database from your main domain name that is stored your all login information. you may use the below code for connecting with database: [CODE]$host = "localhost"; //change your host here $user = "test"; //change your username here $pass = "password"; //change your password …

Member Avatar for hemgoyal_1990
0
80
Member Avatar for itisnot_me

how u insert the value in $total variable. from any form or from database? please describe briefly.

Member Avatar for diafol
0
93
Member Avatar for John_K

Change Your Code with this: [CODE]$query = "SELECT * FROM tbl_users order by user_name asc"; $result = mysql_query($query) or die(mysql_error()); echo "<form action='process.php' method='post'>"; echo "<table border='1'>"; echo "<tr> <th>Name</th> <th>Email</th> <th>Email Sent </th><th>Send Email</th></tr>"; while($row = mysql_fetch_array($result)){ $user_id = $row['user_id']; $user_email_sent = $row['user_email_sent']; echo "<tr><td>"; echo $row['user_name']; echo "</td><td>"; …

Member Avatar for hielo
0
101
Member Avatar for vishalonne

could u post your code here for further detail. so daniweb can help you very best.

Member Avatar for vishalonne
0
104
Member Avatar for praveen_dusari
Member Avatar for hemgoyal_1990
0
81
Member Avatar for jumanaakram

to Create the Counter use below tutorial: first create a table: [CODE]CREATE TABLE `counter` ( `counter` int(9) NOT NULL default '0' ) TYPE=MyISAM;[/CODE] //counter.php file: [CODE]############### Code <?php $host="localhost"; // Host name $username=""; // Mysql username $password=""; // Mysql password $db_name="test"; // Database name $tbl_name="members"; // Table name // Connect …

Member Avatar for hemgoyal_1990
0
87
Member Avatar for sarithak

You may Use Micro Rate Rating PHP Script for Rating your Content. This is Free Script Find it from Here: [url]http://www.phptoys.com/e107_plugins/content/content.php?content.64[/url] or Use Another Free Script located at Hotscript from Here: [url]http://www.hotscripts.com/category/php/scripts-programs/reviews-ratings/[/url]

Member Avatar for hemgoyal_1990
0
187
Member Avatar for Carrots

Why not You Chose the Login System in Your Site Admin Panel because this Make Your Admin Panel More Secure and Only You are Access Your admincp.php page not anyone.

Member Avatar for Carrots
0
142
Member Avatar for K0ns3rv

Take a Look to the Website for Your Query: [url]http://www.interfax.net/en/dev/webservice/samples/fax_php_sendfaxex[/url] [url]http://www.interfax.net/en/dev/webservice/samples/fax_php_sendfaxex_nusoap[/url]

Member Avatar for K0ns3rv
0
113
Member Avatar for ayesha789

Change Your Line #65 from: [CODE]if($_REQUEST["Submit"]=="Submit")[/CODE] With this One: [CODE]if (isset($_POST['Submit']))[/CODE] Your Code will Work.

Member Avatar for hemgoyal_1990
0
217
Member Avatar for bishal397

you may done this with C Language. after adding your aircondition to your computer and create hardware point in C Language. Please Post Your Question in C Language.

Member Avatar for almostbob
0
100
Member Avatar for nitheshkumar0

The above problem will Caught with two Reason: 1). Your Windows will Corrupt Some File Try to Reinstall the Files. 2). Your RAM Slot is Lues Please Reinstall Your RAM on another RAM Slot. May be Your Problem is Solved.

Member Avatar for lexlibris1299
-1
126
Member Avatar for hemgoyal_1990

Hi All Friends, I Have a Problem in My PHP Code that The $tree Array not Store Third Value(Parent ID). my Code is Display Below. The Below code Show Parent/Child Tree from MySQL Database.: dhtmlgoodies_tree.class.php [CODE]<?php /* This is one of the free scripts from www.dhtmlgoodies.com You are free to …

Member Avatar for phpbeginners
0
489
Member Avatar for vizz

Yes You Need to Purchase SMS Package from any Mobile SMS Providing Company. for SMS Company Please Find it on Google with keyword "Bulk SMS in India". after Purchasing Bulk SMS You need to Setup API in Your Registration Page after That Your Script is Worked..

Member Avatar for vizz
0
726
Member Avatar for chupinette

Use the Below Code for Your Problem: [CODE]<?PHP $ids = array(); for ($i=0; $i<5; $i++) { $size1 = 1; $size2 = 1000000; $random = rand($size1, $size2); $ids[] = $random; } echo "<br .>".print_r($ids); ?>[/CODE] The above Code is Tested and Worked. Output: [CODE]Array ( [0] => 758820 [1] => 197449 …

Member Avatar for kireol
0
120
Member Avatar for Sakwa

to Backup all Your Software Then Use the Following Trick: Click on Start > All Program > Accessories > System Tools and Click on Backup. Then Click on Next Button Select Backup files and setting and Click on Next Select Let me choose what to back up and Click on …

Member Avatar for OlyComputers
0
145
Member Avatar for OmniX

[QUOTE=OmniX;1071911]Hi People I have done captcha a year or two ago, just wondering if there are any new techniques, ideas, tutorials, etc? And yes I would like to implement an Audio Captcha also. Regards, Matthew[/QUOTE] What You Want to Do with Your Captcha Code. What Would u Implement the Audio …

Member Avatar for hemgoyal_1990
0
80
Member Avatar for 6pandn21

AHve Look ate the Below Page. This will Helping You: [url]http://www.hotscripts.com/listing/php-residence-hotel-management-system/[/url]

Member Avatar for Stefano Mtangoo
0
127

The End.