User Profile

Collapse

Profile Sidebar

Collapse
sacksey
sacksey
Last Activity: Apr 8 '07, 04:07 AM
Joined: Feb 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sacksey
    started a topic Google map and scaffolding
    in Ruby

    Google map and scaffolding

    Hi. I've been trying to play with this for a while now but I haven't seemed to get it to work. I have a admin controller, which is scaffolded, to input the lat and long along with info. I have a restaurant controller that will display the map with the points. I can get the map to show but the points do not show.

    Code:
    class CreateRestaurants < ActiveRecord::Migration
      def self.up
        create_table :restaurants
    ...
    See more | Go to post
    Last edited by sacksey; Apr 5 '07, 05:18 PM. Reason: correcting a mistake

  • sacksey
    started a topic problem getting mysql started

    problem getting mysql started

    I'm using a iBook G4 (powerpc 64 bit) computer. Everything is installed and under the system preferences, I have mysql checked so it starts up automatically but is stopped. I click to start the server but it will is stopped.

    Anyone know a possible reason why it wont start?

    Thank you
    See more | Go to post

  • sacksey
    started a topic Form Processing
    in PHP

    Form Processing

    Hi. I am new to PHP and would like some help with my select list. I have looked at many places but unfortanately, tutorials I have looked at are either not what I'm specifically looking for or do not even cover them. I'm looking to have a select list and upon selecting an option, it displays an image under the list.

    Code:
    	<form name="jump" method="post" action="/routes.php">
    		<p
    ...
    See more | Go to post

  • sacksey
    started a topic data input
    in PHP

    data input

    Hi. I am new to PHP though i have a small background in C++ (took a intro course in college). I am wondering if this is legal to do:

    Code:
    <form action="<?
    $name = $HTTP_POST_VARS['name'];
    $fromemail = $HTTP_POST_VARS['fromemail'];
    $subject = $HTTP_POST_VARS['subject'];
    $message = $HTTP_POST_VARS['message'];
    $date = date('M.j.y');
    $header = "From: $name <$fromemail>"
    ...
    See more | Go to post
No activity results to display
Show More
Working...