- Upvotes Received
- 5
- Posts with Upvotes
- 4
- Upvoting Members
- 4
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
- Interests
- Blogging, Web Development, Web designing
34 Posted Topics
Re: Hi Webville312, Just use base64_encode(), base64_decode() for best result, | |
Re: Hai vijiglad this is my code worked fine for me , i saved my images in the folder name 'images' . If u may more doubts mns see the attachment.. [CODE]<?php include 'config.php'; error_reporting(E_ALL ^ E_NOTICE); $select = mysql_query("SELECT * from myimages"); if(isset($_POST['submit'])) { for($i=1;$i<=$_POST['hidden'];$i++) { $query2 = mysql_query("SELECT picture … | |
Re: Hai socialmd !! Your question is how to insert multiple to your MySql table.. My suggestion is get max count loop it.. here is an example , i tried it its works for me.. I have attached it.. [CODE]<?php error_reporting(E_ALL ^ E_NOTICE); $con=mysql_connect("localhost","root",""); $table=mysql_select_db("practise") or die (mysql_error()); if(isset($_POST['submit'])) { $count2 … | |
Hi, Am currently doing a PHP project which was full of SMS sending from my site to my client mobiles in india. I have searched and get lot of sms gateway api's worked fine . But now i want to create my [COLOR="Green"][B]OWN SMS GATEWAY API[/B][/COLOR] for my site in … | |
Re: Can you explain it more? do you want to send two emails to one user at a time? ![]() | |
Re: I have also have an account in www.000webhost.com. They will provide the hosting and all but not the mail(). If you want to send mails means go for another free hosting or get a hosting. I have tried your code its working well and good. | |
Hi Guyz, Am facing an issue that $_GET[] not working in my Mod_Rewrite, My Odd URL is : http://groupon.ig-demo.com/index.php?id=12&dealname=Oil%20Treatment My Friendly URL is : http://groupon.ig-demo.com/id/12/Oil%20Treatment.htm And My HTACCESS is : Options +FollowSymlinks DirectoryIndex index.php RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1 [L] RewriteRule ^id/([^/]*)/([^/]*)\.htm$ … ![]() | |
Hi all, i am doing a project that need to be create email accounts without login to cpanel. I have created that and the mail is working perfectly. Now i wnat to know.. where is the email accounts, sent messages, inbox messages are saving in the cpanel.. Any help?? | |
Re: Hi breakzzzz20, Its worked for me try this, INSERT INTO trash_table (date, time, ip) SELECT t1.date, t1.time, t1.ip from messages t1 WHERE t1.id = '1'; DELETE FROM messages WHERE id = '1'; | |
Hi all, i have a table like below Id Names 1 Sanjay, Anu, Rock 2 Mohamed, Asif, Selva, Manoj, Booker T 3 Jerrico, Cena 4 Amala How do i select MAX LENGTH OF STRING from column in the table, I need the result like, 2 Mohamed, Asif, Selva, Manoj, Booker … | |
Re: Here is the conection string, My Username - root, My PW - ; <?php $con = mysql_connect("localhost", "root", "") or die("Oops ! Server Not Connected"); $db = mysql_select_db("Your_DB") or die("Oops ! DB Not Connected"); ?> | |
Hi all.. Am doing a website with admin panel using PHP Mysql.In index page it contains flash news container, When admin update news it will shown on Flash content through XMl. Everything is fine. When admin updating news its shown on flash. But i have listed by using LIST in … | |
Re: Create session or save the student in DB and retrieve it to third page | |
Hello Every One ! i started to learn CakePHP, i have installed it and working fine, now i need to learn how to run my applications and where i want to save my php files and how to run it?? Normally we run PHP files localhost/folder/index.php or something else, But … | |
Hi all, I hav a code that takes my table rows and displays as checkboxes in a registration form, When the form submits user checked values will be saved separated by comma's(,) in one column . In future the user need to edit his details means how to show that … | |
Hello Everyone ! How to split each array to own variable and display that variable separately . I got code from IP API provider to display user's location, [CODE]include 'ip2locationlite.class.php'; $ipLite = new ip2location_lite; $ipLite->setKey('c86c104532b5466bda7620b48e20b10ca53ad9070b8cc52b5a5d90a6e57b9bb3'); $locations = $ipLite->getCity($_SERVER['REMOTE_ADDR']); $errors = $ipLite->getError(); echo "<strong>First result</strong><br />\n"; echo count($locations); echo '<br><br>'; foreach … ![]() | |
Re: Set JS validation for all without student name select box, So the user should enter all the combo boxes . Thus you can display result by using [CODE]SELECT * from table_name WHERE studentname = '$studentname' OR college = '$college' AND class = '$class' AND rollnumber = '$rollnum' AND section = … | |
Hello everyone ! I need a code that displays my URL friendly, Normally, URL : [url]www.domain.com/externalpage.php?page=12[/url] Now i need my URL Like this [url]www.domain.com/externalpage/pageid/[/url] Is there any way for this ??:) | |
Hi all, I need a code that i want to set an anchor tag to flash file , Bcz i want to count the clicks on the flash file and want to save into my DB . Is there any way for that ? I dnt need getURL(); It will … | |
Re: $query = mysql_query("DELETE from table WHERE id = '25' "); if($query) { echo 'Deleted Successfully'; } else { echo 'Deletion Failed'; } | |
Re: Hi mln_ndh, Example config file [CODE]$con = mysql_connect("localhost","root","") or die("Oops ! Server Not Connected"); $db = mysql_select_db("sms") or die("Oops ! DB Not Connected");[/CODE] | |
Re: Do checked your home menu URL ? What u have provide? index.php (or) index.html ? | |
Re: I think you are needing tree menu.. Just google it, "tree menu in JS " To count the folder items use 'readdir();' or 'opendir();' ![]() | |
Re: Hi aiioef, Its not a big problem , Try this, <?php error_reporting(E_ALL ^ E_NOTICE); ?> include this code on every top of the php file. That's all | |
Re: Is that you want to RESIZE your page in all screens means (GOOGLE), Just present your values pixels into percentage(%).. thats all.. Use all the DIV'S values as %, and include this on your style, * { margin:0; padding:0; }.. | |
Re: Yes of course.. i had the same problem too.. Bcz.. When using search query it will get the result what we wish.. But when user clicks the 'prev' or 'next' button.. the page will get refresh, that means the page wil skip like, searchresult.php?page=1,2,3.. So the posting data variables will … | |
Hi guyz,, I have 2 table like, [B]table1[/B] [B]Name[/B], [B]Number[/B] Gates 123456789 Bill 987456321 John 874123658 Peter 562314752 [B]table2[/B] [B]Number[/B], [B]Message[/B] 123456789 Hai hello 874123658 Gudmorning 123456789 Something Went 123456789 verY Nice morning 562314752 Hai spidy.. My Question is how to select all records from table 2 and also i … | |
Hello Every One ! How to show md5() password from MySql table in PHP, I have saved my user's password as , [CODE]$password = md5($_POST['password']); $save = mysql_query("INSERT into users(password) VALUES ($password)");[/CODE] Its encrypting nice and works fine when user logs in , that's not a problem, my question is … ![]() | |
Re: Hai Sidra 100, try [CODE]<?php error_reporting(E_ALL ^ E_NOTICE) ?>[/CODE] On every page top Hope helps you ! | |
Re: What are you trying for with what ?? inset or INSERT ? | |
Hello guyz.. Now am currently doing a SMS portal site . I have 2 frames like , <frameset rows"" cols""> <frame src"page1.php">Page1</frame> // Navigation <frame src"page2.php">Page2</frame> // Main Content </frameset> Navigation : Static main Content : Dynamic || By this case when user press F5 the Main content frame goes … | |
Re: Hai , theophalus.. u did a mistake in line 218. change </body>', $debug.' (into) </body>'. $debug.' this may be correct.. | |
Re: <?php error_reporting(E_ALL ^ E_NOTICE); if(isset($_POST)) { $uname = "admin"; // Default usename, password set , you may change this as your style $pword = "admin"; $username = $_POST; $password = $_POST; if($username == $uname && $password == $pword) { session_start(); $_SESSION = $username; } else { $msg = 'Log In … |
The End.