Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
81% Quality Score
Upvotes Received
5
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
3 Commented Posts
0 Endorsements
Ranked #2K
~50.8K People Reached
Interests
Blogging, Web Development, Web designing
Favorite Forums
Favorite Tags

34 Posted Topics

Member Avatar for Webville312
Member Avatar for Dini_1
0
17K
Member Avatar for vijiglad

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 …

Member Avatar for Sujeet_1
0
17K
Member Avatar for socialmd

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 …

Member Avatar for Ashvin_1
0
5K
Member Avatar for mohamedasif18

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 …

Member Avatar for sam4444
0
311
Member Avatar for Priti_P

Can you explain it more? do you want to send two emails to one user at a time?

Member Avatar for diafol
0
317
Member Avatar for jspence29

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.

Member Avatar for jspence29
0
288
Member Avatar for mohamedasif18

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$ …

Member Avatar for diafol
0
297
Member Avatar for mohamedasif18

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??

Member Avatar for eltonpiko
0
133
Member Avatar for breakzzzz20

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';

Member Avatar for vibhaJ
0
2K
Member Avatar for mohamedasif18

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 …

Member Avatar for mohamedasif18
0
207
Member Avatar for collinskawere

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"); ?>

Member Avatar for mohamedasif18
0
234
Member Avatar for mohamedasif18

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 …

0
134
Member Avatar for Cyre
Member Avatar for bavenbabu
Member Avatar for mohamedasif18

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 …

Member Avatar for mohamedasif18
0
115
Member Avatar for mohamedasif18

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 …

Member Avatar for mohamedasif18
0
1K
Member Avatar for mohamedasif18

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 …

Member Avatar for diafol
0
221
Member Avatar for hallianonline

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 = …

Member Avatar for mohamedasif18
0
140
Member Avatar for mohamedasif18

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 ??:)

Member Avatar for mohamedasif18
0
393
Member Avatar for mohamedasif18

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 …

Member Avatar for tiggsy
0
411
Member Avatar for 21122012

$query = mysql_query("DELETE from table WHERE id = '25' "); if($query) { echo 'Deleted Successfully'; } else { echo 'Deletion Failed'; }

Member Avatar for mohamedasif18
0
114
Member Avatar for mln_ndh

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]

Member Avatar for mohamedasif18
0
173
Member Avatar for rfrapp
Member Avatar for rfrapp
0
305
Member Avatar for ebadi

I think you are needing tree menu.. Just google it, "tree menu in JS " To count the folder items use 'readdir();' or 'opendir();'

Member Avatar for diafol
0
1,000
Member Avatar for aiioef

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

Member Avatar for mohamedasif18
0
2K
Member Avatar for Down2Skills

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; }..

Member Avatar for Down2Skills
0
116
Member Avatar for blackberry007

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 …

Member Avatar for mohamedasif18
0
162
Member Avatar for mohamedasif18

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 …

Member Avatar for mohamedasif18
0
169
Member Avatar for mohamedasif18

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 …

Member Avatar for diafol
0
465
Member Avatar for sidra 100

Hai Sidra 100, try [CODE]<?php error_reporting(E_ALL ^ E_NOTICE) ?>[/CODE] On every page top Hope helps you !

Member Avatar for sidra 100
0
149
Member Avatar for dyan_naluis
Member Avatar for mohamedasif18

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 …

Member Avatar for mohamedasif18
0
270
Member Avatar for theophalus

Hai , theophalus.. u did a mistake in line 218. change </body>', $debug.' (into) </body>'. $debug.' this may be correct..

Member Avatar for cereal
0
290
Member Avatar for gunnerone

<?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 …

Member Avatar for mohamedasif18
0
209

The End.