Forum: PHP Sep 22nd, 2009 |
| Replies: 10 Views: 523 Guys can you give me more tips how to create an ideal enrollment system actually i have here an old php system in e commerce and i want to convert it to enrollment system.. Hope you could help me... |
Forum: PHP Sep 21st, 2009 |
| Replies: 10 Views: 523 i've already solved the issue by reinstalling again the whole folder system thank you for your time.. yah i've also tried that.. but i think the problem that i've encounter is that i use microsoft... |
Forum: PHP Sep 21st, 2009 |
| Replies: 10 Views: 523 actually session_start is always highlighted as an error wherever when i move it to another line at a time. |
Forum: PHP Sep 21st, 2009 |
| Replies: 10 Views: 523 yes i've tried to put session_start() in different lines then check if there's no more error actually session_start() is actually on line 7 a while ago. I just moved it to another line... |
Forum: PHP Sep 21st, 2009 |
| Replies: 10 Views: 523 edwin here's the code, so that you can easily analyze it:
<?php
ini_set('display_errors', 'On');
//ob_start("ob_gzhandler");
error_reporting(E_ALL);
// database connection config |
Forum: PHP Sep 21st, 2009 |
| Replies: 10 Views: 523 
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\xampp\htdocs\plaincart\library\config.php:1) in... |
Forum: Ruby Jul 20th, 2009 |
| Replies: 4 Views: 1,551 I'm still getting started with the basics. But I've already installed ruby on rails on my pc.. I have been watching RoR tutorials by Lynda.com.. . And I'm also reading OOP analysis books.. So far... |
Forum: Ruby Jul 13th, 2009 |
| Replies: 4 Views: 1,551 thank you so much.. hope it can help... =) |
Forum: Ruby Jul 12th, 2009 |
| Replies: 4 Views: 1,551 Hi guys.. I want to learn Ruby on Rails.. Actually I already have a Computer Based Training CD in Ruby on Rails by Lynda.com.. But I'm having a hard time in deploying the requirement 'coz in the... |
Forum: Site Layout and Usability Jun 23rd, 2009 |
| Replies: 3 Views: 2,604 Thank for this Information... . Bob... |
Forum: Site Layout and Usability Jun 23rd, 2009 |
| Replies: 3 Views: 2,604 and guys if you want cite me some example site that is categorized as mentioned above... (hierarchial, deep, webbed and broad..) |
Forum: Site Layout and Usability Jun 23rd, 2009 |
| Replies: 3 Views: 2,604 Guys can you help me out how to differentiate the following website type:
(1) webbed
(2) broad
(3) hierarchical
(4) deep
I'm trying to search out for this type of website in search engines... |
Forum: PHP Mar 18th, 2009 |
| Replies: 4 Views: 319 Thanks for the response I am using Java as in Java not Java Script.. So it is possible to incorporate this two programs.. But My Program in Java is not in Applet Mode.. So I think I will Convert it... |
Forum: PHP Mar 18th, 2009 |
| Replies: 4 Views: 319 Guys We have a project.. . Its' a sales and inventory system.. . My question is can PHP and Java plus MySQL.. Work together.. PHP obviously runs in a web browser. But I wanted also the java program... |
Forum: Assembly Sep 8th, 2008 |
| Replies: 1 Views: 591 Guys, we are doing a project in our assembly language subject, and it's a miniature stoplgiht project using the printer port as a power source...
Can you please help us what syntax should we use... |
Forum: Java Sep 28th, 2007 |
| Replies: 2 Views: 2,433 import java.awt.*;
import java.awt.Event.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.*;
import javax.swing.*;
public class UpdateRecord... |
Forum: Java Sep 28th, 2007 |
| Replies: 4 Views: 688 http://java.sun.com/docs/books/tutorial/jdbc/index.html
I Think You Need This Link/ |
Forum: Java Sep 15th, 2007 |
| Replies: 1 Views: 1,366 import java.sql.*;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
public class DisplayQueryResults extends JFrame {
private Connection connection;... |
Forum: Java Sep 8th, 2007 |
| Replies: 1 Views: 457 Guys... Can You Give Me Some Sources/Links/e-Books On How Can I Use mySQL in my Java Application... Because We Will Have A Project In Our Object Oriented Programming Subject...
Please Help Me...... |