wontonst / teststudy-code

0 stars 0 forks source link

php and mysql #57

Open lhsairplanes opened 11 years ago

lhsairplanes commented 11 years ago

Hey Roy,

I spent this afternoon looking into installing php and sql, but I don't want to mess it up. It'd be great if you can install the php and sql back onto the server so we can get back to work, as I tried to, but didn't succeed earlier today. (Can you set things up as they were before chuck's server was taken down?) Currently I am brushing up more on unix. I am hoping to show our girls the awesomeness of the website soon! ;)

wontonst commented 11 years ago

php was installed, or it wouldn't even display home page. mysql is installed but doesn't work b/c latest PHP removes function based mysql interaction, replacing it with OOP version - yo ucan start at teststudy-code/public_html/resources/resources/walltables and replace with OOP version. see http://www.php.net/manual/en/book.mysqli.php

On Wed, Aug 7, 2013 at 10:25 PM, Jetchan notifications@github.com wrote:

Hey Roy,

I spent this afternoon looking into installing php and sql, but I don't want to mess it up. It'd be great if you can install the php and sql back onto the server so we can get back to work, as I tried to, but didn't succeed earlier today. Currently I am brushing up more on unix. I am hoping to show our girls the awesomeness of the website soon! ;)

— Reply to this email directly or view it on GitHubhttps://github.com/wontonst/teststudy-code/issues/57 .

lhsairplanes commented 11 years ago

I'll give it a shot now. If I run into any teething issues, I'll contact you. Speaking of which, lets have a business chat tonight.

lhsairplanes commented 11 years ago

No hope on it, I ended up working on reorganizing the webpages and folders. I am not too familiar with SQL, so I would appreciate it if you set up the SQL and we can continue from there.

wontonst commented 11 years ago

i can't just "set up" the sql, it's set up - it's a PHP update that breaks old code we wrote, which we have to rewrite, it'll take time to rewrite the code, so I think it's best you dive in and learn the mysql module of php

On Thu, Aug 8, 2013 at 2:32 PM, Jetchan notifications@github.com wrote:

No hope on it, I ended up working on reorganizing the webpages and folders. I am not too familiar with SQL, so I would appreciate it if you set up the SQL and we can continue from there.

— Reply to this email directly or view it on GitHubhttps://github.com/wontonst/teststudy-code/issues/57#issuecomment-22359179 .

lhsairplanes commented 11 years ago

Shit, can we revert back to the old? What time do you want to chat on the phone tonight?

lhsairplanes commented 11 years ago

Quick clarification, we have the new PHP and SQL both already installed on the server, and all we need to do is rewrite the old SQL functions and place them into object oriented php code. Did I get the facts right?

wontonst commented 11 years ago

that is correct

On Sat, Aug 10, 2013 at 1:21 AM, Jetchan notifications@github.com wrote:

Quick clarification, we have the new PHP and SQL both already installed on the server, and all we need to do is rewrite the old SQL functions and place them into object oriented php code. Did I get the facts right?

— Reply to this email directly or view it on GitHubhttps://github.com/wontonst/teststudy-code/issues/57#issuecomment-22436104 .

lhsairplanes commented 11 years ago

wait, if everything is installed, what is our phpmyadmin url? If it is non existent, wouldn't having php and mysql installed on the server means that we would already have our phpmyadmin "activated" and ready for use since we just need to change the code to call the sql code?