Jump to content

pacholo

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Everything posted by pacholo

  1. can anyone help in making a dynamic Pia chart? for the company that i am working for. anyone help pleas.
  2. here is a complete code!!!! have fun on it God bless. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <link rel="stylesheet" href="backbox.css" type="text/css" /> <script type="text/javascript" src="js/prototype.compressed.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="js/lightbox.js"></script> <script type="text/javascript" src="js/dhtmlHistory.js"></script> <script type="text/javascript" src="js/customsignsheader.js"></script> </head> <body> <br /> <fieldset align="left" style="width:600px; " > <legend> <span >(2)2008 Mass Commencement Exercises </span> </legend> <br /> <div style="width:600px; "> <? $handle = @opendir("images4"); $x=1; if(!empty($handle)) { while(false !== ($file = readdir($handle))) { //images4/" . $file(content of the picture if(is_file("images4/" . $file)) $rawPhoneNumber = $file; $ph = explode(".", $rawPhoneNumber); if(($ph[1]!="" && $ph[1]!="db") || $ph[1]=="jpeg" || $ph[1]=="bmp" || $ph[1]=="jpg" ){ ?> <div onclick="dhtmlHistory.add('location1',{message: 'backbox'});countdown()" style="width:125px; float:left; margin-left:3px; margin-top:3px; border-color:#CCCCCC; border-style:solid; border-width:3px; " > <a href= "<? echo "images4/" . $file; ?> " rel="lightbox[slide]" caption=" <? echo "Alumni Tracer System"; ?>"> <img src="<? echo "images4/" . $file; ?>" width="125" height="125" border="0" /></a></div> <a href="<? echo "images4/" . $file; ?> " rel="lightbox[slide]" caption="Waterfall"></a> <? $x++; } } } closedir($handle); ?> <script type="text/javascript" src="js/customsignsfooter.js"></script> </div> </fieldset> </body> </html>
  3. I am doing a searching program for the company that a am working.My superior want me to make a deeper search to the content of the adobe acrobat document for the system to be more user freindly hoping for anyone to help me,as soon as possible. thanks you in advance for the help
  4. you can use md5() a function in php and then put it back to your link?the return value of the md5() function it may go something like $dir="member"; echo $a=md5($dir); echo " <a href= viewinfonotlog.php?id=$a'>sample </a>"
  5. Can you pleas situate us because its not that clear i cannot understand that much if you can i may you.as soon as possible because I am very willing to you.
  6. this link may hepl http://www.php.net/manual/en/ref.mail.php
  7. sir/ma'am you can use the file menu on your browser then choose print,but be inform that the data that you must print should be the one to be display from the database if it from the database but in printing don't include the title of the page you may go to page set up and then Margins & Header/Footer or you may do it as a adobe acrobat document.
  8. pacholo

    PAI CHART

    Can any help me in my Pia chart problem pleas.
  9. sir/ma'am good day if its day in your place, you may go to http://www.tizag.com/phpT/phpsessions.php if your using php,your using php right?.because the session topic might help you.
×
×
  • 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.