Jump to content

sandhya

Members
  • Posts

    65
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

sandhya's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi all, I'm developing a gaming web site for which i"ve to create an exe file.User will download this this exe file, and after installing in their system, it should open the game url of the web site.As web application it is working fine in all other browsers perfectly.But not as windows application. I tried different ways. I'm able to create an exe and can run. but it is opening in IE compatibility only. I've developed it in php and Jquery. It's not supporting jQuery scripting where as in other browsers it is working fine. I tried different third party tools but all are doing the same. In result the game is working damn slowly. So, can anybody help me regarding this? what i want to do is ultimately the user should feel that this is a desktop application(at least if it opens in any browser other than IE, like a popup window with out tool bars and all). but it should work fast. Please any one help me. its very typical time for me. I'll be very grateful to those who helps me with this..
  2. is there any solution for this or not? pease help me. i'm totally confused.
  3. hi all, i'm developing an online gaming project in php.it is almost done. now the problem is how to make some php pages and images making an exe so that the user can install in their system. using this they can directly go to the game page instead of going to website. but once clicked on the exe it should take to particular game login page. later all should be done as usual as regular. Basically this game includes no of images also, which will take some time to download into the system. i want to aviod this one also.can anybody help me to resolve this issue. here i"ll explain the present process and to be done process. Present : 1. First of all the user go to the url of the website 2. There he will be logged in. 3. Now clicking the PLAY NOW button, a popup window will open. there he has to select the game he want to play. 4. Some times the popup window also asks the login details when the session expires, so there also a login required. What i want: 1.creating an exe file so that user install in the system. while installing i want to copy all the images also in to the system. 2.On clicking the exe it should take directly to game popup window and ask the user to login and start the game as usual. For this i tried some compilers i'm confused with them some of them are creating the whole wesite as desktop application. here i can not access the database from mysql. and some are able to create dll files for individual files. and they are not able access also. if i'm doing anything wrong please show me the way. because i'm completely new to this exe things. But i need it now urgent. Please help me. I"ll be greatful if this issue resolved. Thanks in advance.
  4. Hi all, I have a prob with comet.basically it is working fine with out including the jquery & jquery Ui files. But fo the remaining scripting i need these files. I "ll be very thankful those who can help me. Its very urgent. I'm using the following js files in the php page. 1. jqueryui/js/jquery-1.5.1.min.js 2. queryui/js/jquery-ui-1.8.13.custom.min.js 3. jquery.path.js 4. jquery.min.js and for comet using 5. prototype.js when above all these files are included the comet functions are not working. if i exclude 1st & 4th files, its working fine. But i need above all files. How can be it solved. Its very urgent.Please anybody help me. Thanks in advance.
  5. Hi all, In my server at present php4 is running. upto now it is working fine.Suddenly it is showing lot of errors like Use of undefined constant or Undefined variable:. While trying in Google and all i came to know that the variable should be initialized and bounded by quotes.I checked in 1 file and it worked fine. But my coding is 99% completed and to change in every file is not an easy thing.Can anybody help regarding this Please? Here i'm having 1 more problem also which suffering me for a long time. I'm having one login form in this.That user session is working properly in Chrome but not in Mozilla.Even in Chrome once i try to logoff and relogin again it is behaving like in Mozilla. anybody please help me regarding these 2 issues.Thanks in advance.
  6. hi all, I have a big problem with access database connectivity using php. with dsn i'm able to connect. but not with out DSN. while using the following code .. $db = 'emailid.mdb'; $conn = new COM('ADODB.Connection') or exit('Cannot start ADO.'); $conn->Open("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=$db") or exit('Cannot open with Jet.'); i'm getting the following error. Fatal error: Call to a member function Open() on a non-object in /home/sphoor21/public_html/san/accemail/data1.php on line 18 please help me I will be very thankful.
  7. anybody can't help me? is it a typical thing?
  8. hi all, I have a big problem with access database connectivity using php. with dsn i'm able to connect. but not with out DSN. while using the following code .. $db = 'emailid.mdb'; $conn = new COM('ADODB.Connection') or exit('Cannot start ADO.'); $conn->Open("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=$db") or exit('Cannot open with Jet.'); i'm getting the following error. Fatal error: Call to a member function Open() on a non-object in /home/sphoor21/public_html/san/accemail/data1.php on line 18 Plz help me I will be very thankful.
  9. and one more thing, my webserver is linux server. In localhost with system DSN i'm able to connect. but i need it in linux server. Please help me regarding this.
  10. hi all, I'm trying to connect to access database using php. I'm using the following two connection lines differently. but no line is working properly. $conn=odbc_connect("emailid.mdb","" ,""); $conn = odbc_connect("Driver={Microsoft Access Driver (*.mdb)};Dbq='/emailid.mdb'", '', ''); while trying these lines of code i'm getting the following error. odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect in C:\xampp\htdocs\access\data1.php on line 14 i'm getting the same error for any of the above two connection strings. I should use only access database not other databses like mysql on this issue. I will greatly appreciate your help..
  11. Hi Siric & Mchl, Thanks for your reply.and i have a doubt.so, Is it not possible to add email id directly to excel file every time the form submitted? Actually I"ll create an excel file first. and later that file should be updated with the email id in the next row each time the form submitted.
  12. hi all, I have a form with emailid textfield. I have to save that email id in an excel file every time the email id entered.I'm able to do it in text file. but i'm confused with excel file. any body can provide code for this? I"ll be so thankful.Thanks in advance.
  13. hi all, actually i have shifted a website from one server to another. After that i'm getting problem with mails. then i tried different code to send mails. even by SMTP Athentication. while i'm using normal mailing code. the mail() function returns true but mail is not sending. while using SMTP Athentication code, i was strucked at smtp connection. its not connecting. if anybody can provide simple code to send mail using SMTP athentication or by mail() function i "ll be very thankful. its urgent.
  14. hi all, i have a problem with URLs. In some websites like gmail, yahoo in the URL i doesn't appear extension of a file. how is it possible. Is it possible in PHP? Any body can give me the details with example? Thanks in advance.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.