Jump to content

cemzafer

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Everything posted by cemzafer

  1. Hi all, I got an error while I use $ex = new COM("Excel.sheet") or die... The error is Fatal error: Class 'COM' not found in bla bla Any idea. Thanks
  2. So here is my definition, I have a calendar.js java script, this .js popup a calendar to the page. anyway I want to call this java script code with using php or i want to embed the js code into php and call the function. Briefly, I have a php page and call .js code in the php code. Thanks for your help.
  3. Hi all, I want to call a java script funtion in php, so my java script function name is dateform. So how can i call this function in php? Thanks for your advice.
  4. hi all, I have an HTML select wıth options, so my question is, how can i show the selected item in php? Thanks.
  5. Okey it is running well now, thanks anyway. switch ($sek1_montipib) {   case 'duvar1':       $sek1_duvar = "checked";       break; } echo "<input style='font-size: 5px' type='radio' name='sek1_montipi' tabindex=40 [b]$sek1_duvar[/b]>";
  6. switch ($sek1_montipib) { case 'duvar1': $sek1_duvar = "checked"; break; } echo "<input style='font-size: 5px' type='radio' name='sek1_montipi' tabindex=40 checked='<?php echo $sek1_duvar?>'>"; can I use something like above?
  7. Hi all, I have a form which consists radio buttons, so I write radio button values to database, but I cant show radio buttons checked again. Any help will be appreciated, thanks.
  8. if possible, can you give a small example? Thanks.
  9. Hi all, I want to limit the session, control the session and warn user to log out first before opening the new session? Any idea would be appreciated, thanks.
  10. Hi all, i have a login page, how can we control the reopening of  a session where it has already been opened? Thanks.
×
×
  • 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.