Jump to content

shyami

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

shyami's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi i am using vi editor , here all syntax and other text are in same colour plz help me how to set a colour? Shyami
  2. Thanks for u'r ans i am using vi editor in linux
  3. Hi, In my system , newly i installed php, it is working fine, but in coding all in same colour, so i can't find a difference between keywords and normal text.. eg echo and other text also in same color how to make the color in coding? Regards -Shyami
  4. Hi all, In my system php & mysql is running fine, now i need to use oracle db, it is in some other system so i wrote a code like this if(!$connection){ // This is to ensure that we connect only if we didn't already connect if(($connection=OCIPLogon("admin","OrangeM3dhas","(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.36.225)(PORT = 1521)) (CONNECT_DATA = (SID = isas) (SERVICE_NAME = isas.iiit.ac.in) ) )"))==false){ display_error("The system was unable to establish connection.<br/> Please try after sometime."); exit; } it is giving error message "PHP Fatal error: Call to undefined function: ociplogon() in /var/www/html/functions.php on line 2" How to solve this? Thanks in advance Shyami
  5. Hi all, In my system php & mysql is running fine, now i need to use oracle db, it is in some other system so i wrote a code like this if(!$connection){ // This is to ensure that we connect only if we didn't already connect if(($connection=OCIPLogon("admin","OrangeM3dhas","(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.36.225)(PORT = 1521)) (CONNECT_DATA = (SID = isas) (SERVICE_NAME = isas.iiit.ac.in) ) )"))==false){ display_error("The system was unable to establish connection.<br/> Please try after sometime."); exit; } it is giving error message "PHP Fatal error: Call to undefined function: ociplogon() in /var/www/html/functions.php on line 2" How to solve this? Thanks in advance Shyami
  6. Hi, i am generating text boxes randomly in one page, after press submit button, i am getting value in 2nd page. for that in 2nd page i wrote like this for($i=0;$i<50;$i++) { $val="$text".$i; echo $val //=> $text1 (name of the text box) echo $text1 //=> it is giving correct value } when i am giving directly echo $text1, then i am getting correct value. but this $val is having my text box name, if i am giving echo $val, it is just printing the name of the text box. i need to print the value of the textbox. how to do this? plz help me in this. Thanks Shyami
  7. ??? Hello there,           In my institue, students are taking printouts from one common system which is having direct printer connection. From their system they are downloading files to common system and printing it. We plan to monitor the printing pages, Is there any way to capture these details from php? How many pages he taken? by which time? his name? IS it possible? PLZ !!! inform me u'r valuable views With Thanks Shyami
  8. Hi everyone, i am trying this one, for one week i am uploading some files through my php code, i need to scan the files for virus information, some sites they referred clamav, so i installed that one it is working well in command line, in code, i gave like this <?php $e= "testphp.php"; echo "<br>"; $g= exec("clamscan \"$e\""); echo "Res is <br>"; echo $g; ?> my output is Res is Time: 1.732 sec (0 m 1 s) from this i can't know anything...... How can i get the virus information? guide me! plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz with thanks shyami
×
×
  • 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.