Forum: PHP Sep 29th, 2009 |
| Replies: 3 Views: 325 hello friends..
<?while($row=(mysql_fetch_array(result))
{?>
<tr>
<td><?echo $row['photo']?></td>
<td><?echo $row['info']?></td>
</tr>
<?}?> |
Forum: PHP Jul 15th, 2009 |
| Replies: 11 Views: 808 I m using 5.2 version...!! i tried the same code... that showing error missing mysqli class..!!
Is there any change i have to made in my php.ini..???? :O |
Forum: PHP Jul 15th, 2009 |
| Replies: 11 Views: 808 Can you help me how to use Mysqli..!!
mysqli = new mysqli("localhost","root","pass",false, 196608)
this showing error: mysqli class is missing...!! :O |
Forum: PHP Jul 13th, 2009 |
| Replies: 11 Views: 808 I have tried that also..!!
still showing error...!!!! |
Forum: PHP Jul 12th, 2009 |
| Replies: 8 Views: 2,354 Well that is helpful...
i have read somewhere that for running store procedure.. we need mysqli functions..!!! how much that are useful..? |
Forum: PHP Jul 11th, 2009 |
| Replies: 8 Views: 2,354 i have to call Mysql Procedure from Php... I dnt know how it is work..!!
Waiting for positive reply..!! :) |
Forum: PHP Jul 3rd, 2009 |
| Replies: 5 Views: 221 Hello Vanessia
<h2>Current Items and Quantities:</h2>
<table width="100%" cellpadding="1" border="1">
<tr>
<? $query = "SELECT description, quantity from products";
$result =... |
Forum: PHP Jul 2nd, 2009 |
| Replies: 2 Views: 708 Hello friends..
I want to destroy the session when user click on Back button or browser... is it part of Javascript or Php..?
i think its just a small Query..!!
Thank u..!! :) |
Forum: PHP Jun 11th, 2009 |
| Replies: 30 Views: 3,299 Sir
Sorry for late reply i was out of town..!! I m glad finally i make you understand a simple Query..!!! :D
I hope,now u understand without submit you cant store value in session in my... |
Forum: PHP Jun 10th, 2009 |
| Replies: 5 Views: 1,108 file(http://203.142.18.33:4480/3030service/airtel.php?mobile=xxxxx&msg=xxxx&from=xxxx) [function.file]: failed to open stream: HTTP request failed! Hello how r u..?. in C:\xampp\htdocs\sms\sms1.php... |
Forum: PHP Jun 5th, 2009 |
| Replies: 30 Views: 3,299 <?include_once('session.php');?>
<html dir="ltr"><head>
<title>Items List</title>
<link href="default.css" rel="stylesheet" type="text/css">
<script type="text/javascript"... |
Forum: PHP Jun 4th, 2009 |
| Replies: 30 Views: 3,299 here is my full page code...
<?include_once('session.php');?>
<html dir="ltr"><head>
<title>Items List</title>
<link href="default.css" rel="stylesheet" type="text/css">
<script... |
Forum: PHP Jun 2nd, 2009 |
| Replies: 4 Views: 1,398 |
Forum: PHP Jun 2nd, 2009 |
| Replies: 30 Views: 3,299 Sir..
i m waiting for your Reply..!! :) |
Forum: PHP Jun 2nd, 2009 |
| Replies: 12 Views: 1,727 okay...
.
.
but how to get logout time..??
.
.
what to do when user closes the broswer instead of logout...
.
.
i uses insert query on login to get login time with help of now function of... |
Forum: PHP Jun 2nd, 2009 |
| Replies: 8 Views: 842 yeah i made a different page which contains only errors...but still to get error msg, i have to use URL...!!!
.
.
can you write a small code about function..how can i use it in place of... |
Forum: PHP Jun 2nd, 2009 |
| Replies: 4 Views: 509 Okay i have tested... its working pretty fine with explode..!!!!
.
.
.
thnx maan..!!! :)
$arr = explode("&",$lines[0]);
print_r($arr[0]); |
Forum: PHP Jun 2nd, 2009 |
| Replies: 4 Views: 509 i thnk explode convert string into array..!!
.
.
but here value itself an array.... does it work.? |
Forum: PHP Jun 1st, 2009 |
| Replies: 4 Views: 509 i have some data in an Array but i want only a particular part of it..!!
how can i get it..
for Example...
Array
(
[0] => status=1&messages=xxxxxxxxx&credit=23.4;
) |
Forum: PHP Jun 1st, 2009 |
| Replies: 12 Views: 1,727 just a small query...
how to get User's login time and logout time...???
as well as how to know whether particular user in Logged in out..??
Thnx |
Forum: PHP Jun 1st, 2009 |
| Replies: 30 Views: 3,299 Sir i m glad that my last attempt made u clear the situation..!! :)
yes technically i cant use the $_POST as i m sending any data..!!!
Now how can i use $_SESSION..?? as i have to store the value... |
Forum: PHP Jun 1st, 2009 |
| Replies: 8 Views: 842 Well my Style is Quiet Simple as i m a Fresher..!!! Here is my set of code...how do i work...!!
//index.php
<? if($_GET['error']==1) echo"user already exit"; ?>
<form action="adduser.php"... |
Forum: PHP Jun 1st, 2009 |
| Replies: 30 Views: 3,299 Respected Sir i dont thnk my very first post was difficult to understand..!!! Now i try my best to made it more clear....!!!
<form action="add.php" method="post">
<table>
<tr>
... |
Forum: PHP May 30th, 2009 |
| Replies: 8 Views: 842 actually i dont want to send msg through url...!!
i use header to jump from one to another with caring some msg..!!
like
if(condition false)
{
header('location:index.php?rr=1');
}
else |
Forum: PHP May 30th, 2009 |
| Replies: 8 Views: 842 i think get method is used with forms..!!! but here no forms r used..!!
.htaccess ..!! this is something new to me..!! can u tell me somthing more about...i would appreciate that..!! :D |
Forum: PHP May 30th, 2009 |
| Replies: 30 Views: 3,299 Sorry sir but i dont understand that why you use $_POST when you not sending any data anywhere...
I hope you know that :
The built-in $_POST function is used to collect values from a form sent... |
Forum: PHP May 29th, 2009 |
| Replies: 8 Views: 842 hello friendz..
jst a small query..
i made simple userinput form as userform.php....
after submit the form..values are passed to adduser.php for inserting to database... i have a serverside... |
Forum: PHP May 29th, 2009 |
| Replies: 30 Views: 3,299 yes sir i understand the code but sir value '2' is dynamic not static..!!! value can be 2,3,4 etc whatever user can input in it..!!!!
in my example you clearly see, i take '2' as userinput not... |
Forum: PHP May 29th, 2009 |
| Replies: 30 Views: 3,299 Sir i thnk before 'echo' the session.. we have to store it in Session..!!!
lets take an example:
<input type="textbox" name="abc" value="<?echo $_SESSION['abc'] ?>">
Now user input the value in... |
Forum: PHP May 29th, 2009 |
| Replies: 30 Views: 3,299 Sir i thnk before 'echo' the session.. we have to store it in Session..!!! like $_SESSION['abc'] = $_POST['abc']; |
Forum: PHP May 28th, 2009 |
| Replies: 30 Views: 3,299 Sir,
Thnks for the reply..
Yes, with popup window i mean new window with target="_blank"..
you are right i need to research more on sessions..!!
but sir can tell me, how can i store a value of... |
Forum: PHP May 28th, 2009 |
| Replies: 30 Views: 3,299 How can we use $_post['hidden_fiels'] on page Refresh.?? [:O] |
Forum: PHP May 28th, 2009 |
| Replies: 30 Views: 3,299 Well i know to store the value of textbox in session after submit the form..!!!
but how can you store the value in session on Popup window..??? :O |
Forum: PHP May 27th, 2009 |
| Replies: 30 Views: 3,299 is it possible to have Postback method on page Refresh.??
(Hold the values of a form on page refresh..!!)
I have Two Columns for Example:
Items | Price
item1 | textbox(in which we fill price)... |
Forum: PHP May 27th, 2009 |
| Replies: 6 Views: 3,636 Thanks to everybody...!!!
.
.
Problems is sloved..!! :) |
Forum: PHP May 26th, 2009 |
| Replies: 6 Views: 3,636 jst a small Query..!!
.
.
How to convert string to Date format.. So tht i can get result from database..!!!
$date = "mm/dd/yy";
i want in yy-mm-dd format...!!! which function is used for... |
Forum: PHP May 23rd, 2009 |
| Replies: 3 Views: 2,089 Thank you friends..!!
i have done with my work.. i store the values in session after submit..!! its working fine
but is there anyway to hold values of textbox on page refresh..!!! :O
i have... |
Forum: PHP May 23rd, 2009 |
| Replies: 4 Views: 330 Your Code
$table = "firechips_DKP";
$sql = "SELECT * FROM {$table}"
or die("Query to show fields from table failed");
$sql = "SELECT * from $table";
$result = mysql_Query($sql) or... |
Forum: PHP May 21st, 2009 |
| Replies: 4 Views: 330 Friend..
.
.
i thnk u forget to select the database...!!!
.
.
after connecting to the database..u have to select the database also..!!!
.
.
in frst two=three lines you made connection...... |
Forum: PHP May 20th, 2009 |
| Replies: 3 Views: 2,089 hello frndz...
.
.
i what to knw i their any method to hold the values of form after refreshing the page or gettin back again on same page..!!!
.
.
for eg i create a form.. username frstname... |