Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for vanpersie

Hi Generaly what skills that I should know in PHP to be a candidate to work in a company In other words I have studied the basics of PHP what you advise me to know more. thank you.

Member Avatar for chrishea
0
109
Member Avatar for vanpersie

Hi I wrote the following simple code to practice php mail. [CODE] <?php $to = 'nobody@example.com'; $subject = 'the subject'; $message = 'hello'; $headers = 'From: webmaster@example.com' . "\r\n" . 'Reply-To: webmaster@example.com' . "\r\n" . 'X-Mailer: PHP/' . phpversion(); mail($to, $subject, $message, $headers); ?> [/CODE] But when running the web …

Member Avatar for vanpersie
0
358
Member Avatar for vanpersie

Hi With the following script [CODE] <html> <body> <?php $server = "localhost"; $username= "root"; $password ="mysql"; $connect_mysql=mysql_connect($server,$username,$password); if($connect_mysql) { echo "Connection Established"; $mysql_db=mysql_select_db("mysql"); if($mysql_db) echo "<Br><Br>Connected to database <BR><BR>"; echo "<Table>"; echo "<TR><TH>Employee_ID</TH><TH>Employee_Name</TH></TR>"; echo "<DBQUERY q>select emp_id,emp_name from employee"; echo "<DBROW><TR><TD><? q.emp_id></TD><TD><? q.emp_name></TD></TR> "; echo "</DBQUERY>"; echo "</TR>"; echo "</Table>"; …

Member Avatar for IIM
0
106
Member Avatar for vanpersie

Hi I am begginer to jsp I have downloaded apache-tomcat-7.0.19-windows-x86,unzipped it, Added an environmental variable JRE_HOME and it's value is C:\Program Files\Java\jre1.5.0_22 I have started tomcat from startup batch file , a console window appeared for a while then disappeared . when open my browser internet explorer and write address …

Member Avatar for peter_budo
0
262
Member Avatar for vanpersie

Hi It look's I have a virus on my computer . For months ago I cant access registry using regedit command No message appears or event anything appears Is anyone have a suggestion to access my registery. thank you

Member Avatar for Sadun89
0
111
Member Avatar for vanpersie

Hi I have a code that should:- if the number entered more than 60 the following should be printed "Congrats!!!<p>" "Grade1" if the number entered between 60 and 40 the following should be printed "Grade2" else the script should print "fail" but the code print fail all times can someone …

Member Avatar for ko ko
0
370
Member Avatar for vanpersie

Hi I want to create an html report based on a table named inventory on sql server 2005 database. first code used to generate an output report [CODE] try { // TODO add your handling code here: String s = "<html> <body> <table border=1><caption> Inventory Report </caption>"; s += "<tr><td>Item_id<td>item_name<td>Existing …

0
64
Member Avatar for vanpersie

Hi guys I have a database involving the following table [B]Inventory Table[/B]Item_code int primary key, Item_name varchar(50), Item_cost money, Imported_quantity numeric(18,0), Item_Quantity numeric (18,0)' [B]Sale Table:-[/B] item_code int foreign key references Inventory(item_code) , withdrawal_id foreign key References Withdrawal_Operations(withdrawal_id) ,quantity_Available_for_Sale numeric(18,0), quantity_withdrawan numeric(18,0), selling_price money, quantity_sold numeric(18,0), Sale_Operation_Date datetime , Item_cost …

0
85
Member Avatar for vanpersie

Hi I have a gridview that based on a table of 18 column which makes the web page of too large width. how to make a gridview in a more acceptable to final user in shape? or is there a better control of the same proprties

Member Avatar for pinkygirl
0
100
Member Avatar for vanpersie

Hi I have a project whichs hould be achieved in a very short time I need others to work with me in DFD and DRD , my initial dfd is posted as al ink at the end of this topic. ONLINE POST – OFFICE MANAGEMENT SYSTEM Introduction : – TARS …

Member Avatar for debasisdas
0
138
Member Avatar for vanpersie

Hi I have two classes the first inherits the second which should retrieve records of a table found in an oracle database as a jtable but it display table header only! can anyone help me to know the problem please ? [code] import java.sql.*; import java.util.*; import javax.swing.table.*; public class …

Member Avatar for vanpersie
0
117
Member Avatar for vanpersie

Hi guys Iwant to connect java to oracle ,but Iam not familiarneither jdbc nor in setting classpath however depending on my little information,I used the following code [CODE=java] import java.sql.*; public class OraThin { public static void main(String[] args) throws ClassNotFoundException, SQLException { Class.forName("oracle.jdbc.driver.OracleDriver"); // // or // DriverManager.registerDriver // …

Member Avatar for vanpersie
0
238
Member Avatar for InsightsDigital

As you might all know, Facebook now allows for custom url for personal accounts. At the end of this month, Facebook will allow custom url for "Pages". If you are a business who has a Facebook Page, it would be beneficial to create a page for promoting your business. What …

Member Avatar for vanpersie
0
40