Hi All,
This is mahesh. I am developing a site for online hotel booking. I need help in php for converting my website in to different language when user click on language the current page should convert into that language. Well I am using goolge translate for converting my website in to different language. I found one site using the same technique. The name of the site is "www.travelmast i.com". but it is not working in my...
User Profile
Collapse
-
Problem in Multilanguage in php
-
How to destroy session when browser closed (window closed)
how to destroy session when browser closed with out logout.pls hlp me -
Passing multiple IDs to the WHERE clause of an SQL query
i wrote code like this
[code=php]
$Query1="select CarID from t_car_booking_i nfo where PickupDate in('".$_POST['pickupdate']."','".$_POS T['dropoffdate']."') and DropoffDate in('".$_POST['dropoffdate']."','".$_POS T['pickupdate']."')";
$result1=mysql_ query($Query1);
$nrows = mysql_num_rows( $result1);
while($row=mysq l_fetch_array($ result1))... -
How To Get The Field Values In The Same Form
I Am Getting Problems In Getting Form Field Values In The Same Can Some One Please Help Me -
How to get JavaScrip variable into PHP
i wrote code like this.I want to access javascript var(count) in php.
i am unable to get the var(count).Plea se help me.
[code=php]
<script type="text/javascript">
function State()
{
var count=document. hotelregistrati on.country.valu e;
alert(count);
<?php
include("dataco nfig.php");... -
How to get JavaScrip variable into PHP
how to call javascript variable in to phpcode in the same form please help me how to call -
Problem in getting multiple images at once
i am able to get single image at once but how to get multiple images at once -
How To Retrive Images from DataBase
I wrote code like this to retrive images
[code=php]
<?php
mysql_connect(" __MUNGED__","__ MUNGED__","__MU NGED__")or die('unable');
mysql_select_db ("website");
$pid="151";
$gotten = @mysql_query("s elect title,imgdata from pix where pid=".$pid);
if ($row = @mysql_fetch_as soc($gotten)) {
$title = htmlspecialchar s($row[title]);... -
-
How to store Image into databse
Please give me sample code to insert image into database
regards
madhu -
how to use DB_DataObject database abstraction layer class from PEAR,
pl help me how to use DB_DataObject database abstraction layer class in php -
How To Configure Pear With Php
hi i have php5.2.3 and apache2.2.4 on win 2000 professional.wh at changes i have to do to work pear with php. -
Failed to connect mail server
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\Apache2.2\ht docs\mail.php on line 7
i changed in php.ini
SMTP=192.168.1. 50
smtp_port=25
;for win32 only
sendmail_from = email_removed@y our_domain.com
here 192.168.1.50 is the ip address... -
What are the changes todo in Apache And PHP inorder to work with MultiMedia
what library files needed to work with multimedia -
How to configure apache and php to work with COM(component object model)
what configuration has to be done in order to use COM -
Not Able To Connect The DataBase
Fatal error: Call to undefined function mysql_connect() in C:\Program Files\Apache Software Foundation\Apac he2.2\htdocs\da tabaseconnect.p hp on line 5
i wrote code like this
Databaseconnect .php
=============== ==
[code=php]<?php
$user="admin";
$password="admi n";
$database="onli neauction";
mysql_connect(s erver9,$user,$p assword);
@mysql_select_d b($database)... -
mmr315 started a topic PHP Warning: Cannot load module 'pdo_mysql' because required module 'pdo' is not loain PHPPHP Warning: Cannot load module 'pdo_mysql' because required module 'pdo' is not loa
after installing php when i run php.exe it is showing that
PHP Warning: Cannot load module 'pdo_mysql' because required module 'pdo' is not loaded in Unknown on line 0
what is this error,pls help me. -
hi sir after uncomment over it is showing that
PHP Warning: Cannot load module 'pdo_mysql' because required module 'pdo' is not loaded in Unknown on line 0. what is solution...Leave a comment:
-
Please help to configure mysql with apache and php
i installed apache 5 and php 5 in my system. In the remote system(server9) mysql server is there .through sqlyog mysql is connection in my system but through php it is not connectiong.My operating system is windows 2000 professional.
i wrote code like this
<?php
$strDB=mysql_co nnect("server9" , "admin", "admin");
mysql_select_db ("lms",$strD B); //lms database... -
mmr315 started a topic the procedure entry point empty_string could not be located in the dynamic link librain PHPthe procedure entry point empty_string could not be located in the dynamic link libra
after installing php i clicked on php-win.exe it is giving error message like
the procedure entry point empty_string could not be located in the dynamic link library php5ts.dll
(php-5.2.3-Win32.zip)i installed this one
No activity results to display
Show More
Leave a comment: