Forum: PHP 2 Days Ago |
| Replies: 18 Views: 98,207 use below script:
$string = "This is a test.";
$new_string = str_replace (" ", "", $string);
echo "$new_string";
The above Script Tested and Worked fine..... |
Forum: PHP 2 Days Ago |
| Replies: 8 Views: 227 Could u Tell me in Briefly That Witch Page You Want to Include in Your Admin Panel and Where to Put it. if You only want to Include Image Uploading Feature Then There not Need to Create admin panel.... |
Forum: PHP 2 Days Ago |
| Replies: 8 Views: 227 dude if u want to upload your hosting on your domain name then change the name sever to Your Hosting Provide Company Nameserver. you may Change it in your Domain Control Panel.
If u don't know... |
Forum: PHP 3 Days Ago |
| Replies: 3 Views: 186 What u Want to Learn with PHP Syntax.
Could u Describe in Brief... |
Forum: PHP 3 Days Ago |
| Replies: 8 Views: 227 could u tell me first witch type of admin panel you want and what purpose? |
Forum: PHP 3 Days Ago |
| Replies: 1 Views: 169 |
Forum: PHP 3 Days Ago |
| Replies: 1 Views: 169 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.:
... |
Forum: PHP 16 Days Ago |
| Replies: 26 Views: 2,906 Thanx Atli for Helping me Out.
But i found some bug in your above given code:
Please Visit Below URL for Some Bug:
http://www.liferider.info/mlm/tree.php?tree=0 (without name)... |
Forum: PHP 25 Days Ago |
| Replies: 26 Views: 2,906 |
Forum: PHP 30 Days Ago |
| Replies: 26 Views: 2,906 Atil Could u tell me that how i can draw lines between tree level.
i am trying very much to draw lines but i am not getting success in this method.
please Help me.
Thanx... |
Forum: PHP Nov 2nd, 2009 |
| Replies: 26 Views: 2,906 Thanx Atil for Helping me Out.
I am Very Thankful for You. You Solve my Very big Problem. |
Forum: PHP Nov 1st, 2009 |
| Replies: 2 Views: 459 Hi all,
I Have a Problem in my Function. I am created a Recursion Function in PHP and also Created a Array.
But I Have a Trouble That How to Store This Recursion Function Value in Array.
... |
Forum: PHP Nov 1st, 2009 |
| Replies: 26 Views: 2,906 i am compile my code with your guideline and follow that there are nothing print. i think there are some mistake in my database structure.
i am using the below table structure:
id parentID... |
Forum: PHP Oct 31st, 2009 |
| Replies: 5 Views: 407 @above.
I am Suggest you that please read below Forum this is my self created forum and on Similar topic:
http://www.daniweb.com/forums/thread231905.html
Thanx. |
Forum: PHP Oct 31st, 2009 |
| Replies: 5 Views: 279 @above.
if your script is work and ur problem is solved then please mark this thread to solve. |
Forum: PHP Oct 31st, 2009 |
| Replies: 11 Views: 663 Dear Friend.
I am Not Understand that Actually What You want to Do with The above Code but if u want to print the autoguide1 variable then plz follow below code:
<?php
$url1 =... |
Forum: PHP Oct 31st, 2009 |
| Replies: 26 Views: 2,906 I Put the Table name where u specified and run my code but there nothing print..
in below url format:
http://yourdomain.com/mlm/tree.php
is there the above url is right or may change the url. |
Forum: PHP Oct 31st, 2009 |
| Replies: 26 Views: 2,906 Friedn Could You Tell me That Where I Put Table name in The Above Code.
I am Created a Table Called mlm_data with Below Field:
ID parentID
1 0
2 1
3 ... |
Forum: PHP Oct 30th, 2009 |
| Replies: 27 Views: 1,146 @above.
I am Suggest You That if You are using this code on your local system then Download The New Version of PHP from www.php.net and Install it.
or If you Trying to Run this code on server... |
Forum: PHP Oct 30th, 2009 |
| Replies: 27 Views: 1,146 Dear Friend The Above Code is Work Very Fine for Me.and Give the Below Output:
The Current Time Zone is +05:30 and Date is: Oct 30 2009 Time is: 01:23:56
Please Check Your PHP Version maybe... |
Forum: PHP Oct 30th, 2009 |
| Replies: 27 Views: 1,146 You may Use The Below Specified Code. This Code is Work Fine for Me:
<?PHP
$time_now=mktime(date('h'),date('i'),date('s'));
$time_now=date('h:i:s',$time_now);
$time_zone=date('P'); //This will... |
Forum: PHP Oct 30th, 2009 |
| Replies: 27 Views: 1,146 You May Use the Below Specified Script for Getting Indian Time in Text Box:
<html>
<body>
<?php
$time_now=mktime(date('h')+5,date('i')+30,date('s'));
$time_now=date('h:i:s A',$time_now);
?>... |
Forum: PHP Oct 29th, 2009 |
| Replies: 4 Views: 216 You May Use Below Specified Script:
<?PHP
$filename = '/path/to/foo.txt';
if (file_exists($filename)) {
$ne_filename = rename($filename, "your_file_path/new_file_name.ext");
//Your... |
Forum: PHP Oct 29th, 2009 |
| Replies: 26 Views: 2,906 Please Help..
I am Very Much Need Help... |
Forum: PHP Oct 29th, 2009 |
| Replies: 8 Views: 315 Sorry Friend.
am Edit my Code.
Thanx for Your Suggestion. |
Forum: PHP Oct 29th, 2009 |
| Replies: 2 Views: 196 Remove one '=' Sign after $q from Your Code.
If Your Problem is Solved Then MArk This Thread to Solved. |
Forum: PHP Oct 29th, 2009 |
| Replies: 8 Views: 315 You may Use the Belwo Specified Code:
$hostname = "123.xxx.xxx.xxx"; // usually is localhost, but if not sure, check with your hosting company, if you are with webune leave as localhost
$db_user... |
Forum: PHP Oct 29th, 2009 |
| Replies: 5 Views: 243 Dude.
You May Use Dreamweaver. Dreamweaver is Very Good PHP Tool will Rovide You Color Coding for all Your Code and also Provide Lot's More Stuff.
and Also for Offline PHP Viewing Use WAMP. |
Forum: PHP Oct 29th, 2009 |
| Replies: 5 Views: 407 Hay Dude.
Could You Please Post Your GD Chart Structure Here.
So anyone Can Help You... |
Forum: PHP Oct 27th, 2009 |
| Replies: 26 Views: 2,906 Thank You For Your Help..
Your Code is Work Fine and Very Helpful for Me.
but I Have Some Trouble in The Above Code. I Have Created a Page Called http://www.liferider.info/mlm/tree.php... |
Forum: PHP Oct 26th, 2009 |
| Replies: 26 Views: 2,906 @above Thanx for Your Help.
I am Understand what u Want to Understanding me.
but Tell me The PHP Code that How Print the Above Illustration.
I am Understand that How to Store Binary Tree Data in... |
Forum: PHP Oct 23rd, 2009 |
| Replies: 26 Views: 2,906 anyone please help..
it's urgent.. |
Forum: PHP Oct 22nd, 2009 |
| Replies: 26 Views: 2,906 @above.
Thanx for Your Solution. Your Provide Solution is Most Helpful for me but i want to Create the Downline in Below Mention Structure:
Structure:
ID(1)... |
Forum: PHP Oct 21st, 2009 |
| Replies: 8 Views: 293 the best solution is session..
because after a specified time the use automatically logged out so session is best option for security. |
Forum: PHP Oct 21st, 2009 |
| Replies: 26 Views: 2,906 okay...
but how i can create downline from this database structure? |
Forum: PHP Oct 21st, 2009 |
| Replies: 26 Views: 2,906 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... |
Forum: PHP Oct 21st, 2009 |
| Replies: 8 Views: 293 Please Store your all Username and Password in Database with Encrypt of Password Field. This is Most Security Option in admin Panel. |
Forum: PHP Oct 21st, 2009 |
| Replies: 7 Views: 265 Thanx for Your Many Help.
in my Database the DOB Field Data type is Date (YYYY-MM-DD) and table name is admin_regdata and also all other field is in varchar. |
Forum: PHP Oct 20th, 2009 |
| Replies: 4 Views: 305 You may Use Below Specified Code for Creating a href in PHP from Database:
<?PHP
echo "<td width='101'><a href=view_supplier_details.php?details_ID=".$row['$details_ID'].">Your Text Goes... |
Forum: PHP Oct 20th, 2009 |
| Replies: 5 Views: 725 You may Use the Below Specified Code:
<?PHP
echo "<a href=\"http://digg.com/submit?phase=2&url=".$_POST["url"]."&title=".$_POST["title"]." target=\"_blank\"><img... |