(Republic of Iran Broadcasting) Samstag April 27, 2002   Radio news: – 2:00 pm – 8:00pm -12:00 am Live TV: Channel One * Jam-e Jam for expatriates TV evening news: -10:30 pm -11:00pm in English IRNA (Islamic Republic News Agency) English news ShabaHengam Program   آقاى دكتر نجفى Frau Saburi  سركار خانم صبوري Die …

Iran Broadcasting Read more »

Find the Best Professional Website Hosting Service Provider Sind Sie auf der Suche nach einem geeigneten Webhoster oder Webdesigner fuer ihre Homepage? WebHost HostSearch24 Homepage-Kosten HOSTSuche WebHosting Web Hosting Search   …

To copy table across databases/schemes. Oracle SQLplus Copy Command: SQL> create table table_name as select * from table_name; SQL> copy from usr/pwd@SID to usr/pwd@SID create table table_name as select * from table_name; Drop Constraint Example:– ALTER TABLE Employee DROP CONSTRAINT constraint_name; – ALTER TABLE Employee disable/enable CONSTRAINT constraint_name; ADD Constraint Examples – …

SQLPLus Query Tips Read more »

1- Is domain name taken <?php $recordexists = checkdnsrr(“www.yahoo.com”, “ANY”); if ($recordexists)  echo “The domain name has been taken. Sorry!”; else echo”The domain name is available!”; ?> 2- Get IP address <?php $ip = “204.71.200.75”; $host = “www.yahoo.com”; $verify_ip = gethostbyaddr($ip); $verify_name = gethostbyname($host); echo “$ip resolves to $verify_ip”; echo “$host resolves to $verify_name”; ?> …

PHP Network Read more »

Syntax: – CREATE [SHARED][PUBLIC] DATABASE LINK link_name [CONNECT TO user IDENTIFIED BY password] [AUTHENTICATED BY user IDENTIFIED BY password] [USING ‘connect_string’] – DR-OP DATABASE LINK Examples Using DB Links Choose one of the following SQL statement to create a Database link: 1- CREATE DATABASE LINK link_name CONNECT TO user IDENTIFIED BY password …

Create a database link Read more »

1- Opening and Reading a File Line by Line a- read Line by Line <html><body> <?php $filename = “test.txt”; $fp = fopen( $filename, “r” ) or die(“Couldn’t open $filename”); while ( ! feof( $fp ) ) {    $line = fgets( $fp, 1024 );    print “$line<br>”; } ?> </body></html> a- read …

PHP File/Dir Operations Read more »

HTML Cohabitation HTML File HTML Font HTML String Hyperlink HTML Utilities: PageBreeze Form Builder. Free for personal use.(Windows) Forms To Go by BEBO Soft. Create form-to-email scripts in PHP, ASP or Perl for your HTML forms. MacOS X or Windows. Arachnophilia by Paul Lutus. Successor to WebThing. A Java-based program that will …

HTML Color Read more »