<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" %> <% String sql = "SELECT id, name FROM fromsa ORDER BY id"; Statement statement; ResultSet result; Connection connection = null; //String myDriver = "org.gjt.mm.mysql.Driver"; //String dbURL = "jdbc:mysql://localhost/w2online_trav"; //String dbUser = "w2online_myglobe"; //String dbPass = "globel1"; String myDriver = "com.mysql.jdbc.Driver"; String dbURL = "jdbc:mysql://dedi36a.your-server.co.za/globel_trav"; String dbUser = "myglobel"; String dbPass = "globel1"; try { Class.forName(myDriver).newInstance(); connection = DriverManager.getConnection(dbURL,dbUser,dbPass); statement = connection.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE); result = statement.executeQuery(sql); %> globel International Phone Cards Click Here To Call Now Online

Globel Rates

Please click here to return to the home page where you can click on the map to find out our new low low prices to countries around the world - if your country is not on the list, please phone Globel for our updated rates, as Globel is continually negotiating for better rates... click here for our contact details.

Click Here To Call Now Online <% } catch (ClassNotFoundException cnfe) { response.sendRedirect("about.htm"); //out.println(cnfe); } catch (InstantiationException ie) { response.sendRedirect("about.htm"); //out.println(ie); } catch (SQLException sqle) { response.sendRedirect("about.htm"); //out.println(sqle); } catch (Exception e) { response.sendRedirect("about.htm"); //out.println(e); } %>