- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 9
- Posts with Upvotes
- 8
- Upvoting Members
- 9
- Downvotes Received
- 9
- Posts with Downvotes
- 9
- Downvoting Members
- 9
PHP web Developer.
- Interests
- Cricket, Web Developing
- PC Specs
- Windows XP
81 Posted Topics
Re: 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 … | |
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 … | |
Re: You may Use the Below Specified Code: [CODE]<?PHP echo "<a href=\"http://digg.com/submit?phase=2&url=".$_POST["url"]."&title=".$_POST["title"]." target=\"_blank\"><img src=\"http://www.virtualdolphintherapy.com/images/digg.png\" alt=\"Digg\" width=\"64\" height=\"63\" border=\"0\"/></a>"; ?>[/CODE] | |
Re: 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 … ![]() | |
Re: 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. | |
Re: 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" … | |
Re: 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"; … ![]() | |
Re: @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']; | |
Re: 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] | |
Re: 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. | |
Re: 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 = … | |
Re: could u tell me first witch type of admin panel you want and what purpose? | |
Re: 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. | |
Re: add a extra field in your database named usergroup and set the user permission in it. this will batter work for you. | |
Re: Thanx Dude... This is Nice Programme and Solve my All Trouble. | |
Re: [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 … | |
Re: 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. | |
Re: [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"> … | |
Re: 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..... | |
Re: 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] | |
Re: 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 … | |
Re: could u describe the more thing about your problem so daniweb can help u? | |
Re: 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 … | |
Re: 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. | |
Re: [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 … | |
Re: 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. ![]() | |
Re: 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 … | |
Re: 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. | |
Re: 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] | |
Re: 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.. | |
Re: 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 … | |
Re: how u insert the value in $total variable. from any form or from database? please describe briefly. ![]() | |
Re: 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>"; … | |
Re: could u post your code here for further detail. so daniweb can help you very best. | |
Re: where u want to include image in email. in background or in banner?? | |
Re: 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 … | |
Re: 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] | |
Re: 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. | |
Re: 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] | |
Re: Change Your Line #65 from: [CODE]if($_REQUEST["Submit"]=="Submit")[/CODE] With this One: [CODE]if (isset($_POST['Submit']))[/CODE] Your Code will Work. | |
Re: 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. | |
Re: 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. | |
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 … | |
Re: 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.. | |
Re: 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 … | |
Re: 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 … | |
Re: [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 … | |
Re: AHve Look ate the Below Page. This will Helping You: [url]http://www.hotscripts.com/listing/php-residence-hotel-management-system/[/url] |
The End.