Jump to content

cirene

Members
  • Posts

    17
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

cirene's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I know HTML quite a bit. I know how to have php read data and spit some out "on the fly". Because that portion of HTML is dynamically being generated (by PHP), isn't this official DHTML, or am I missing something?
  2. So if I know PHP do I inherently know DHTML because I'm creating certain things "on the fly"?
  3. I am new to PHP. I see alot of talk about XHTML and DHTML. If I write php am I basically writing DHTML? Are they basically the same? How would you describe these languages and how they relate to php? Sorry for stupid questions - I'm new.
  4. I love joomla, phpbb, oscommerce, etc... They all have great php/mysql admin interfaces. Are there any good online examples on how to make simple admin interfaces? I know it's just basically, read, write data, dynamic creation of pages, etc... but I was just wondering if there are any resources out there I am missing... Thanks!
  5. I am an ASP.NET website developer looking to learn php. Is there a php/mysql control similar to the "datagrid" that will allow you to easily connect, sort, paginate, etc...? Or do I have to code these tables, limit data by query, etc....? Any examples would be great! Thanks!
  6. I held down ctrl to "skip" the first screen. I click on my wampmysqld service and go to the configure service tab. The Config Filename is c:\wamp\my.cnf which doesnt even exist. I'm really confused now. There is a wampmanager.conf file in the dir. Is this the one I should use? Please help...
  7. I have WAMP newly installed. I then installed the MySQL Administrator tool. When I first start it up and put in my info I get this error... Any idea what could be the problem? I chose all default installation.
  8. My experience is with MS Access and SQL Server Enterprise Manager. I like creating queries with a visual interface, linking tables visually for inner/left/right joins, etc... Is there any free tools that I can do this with MySql? Thanks!
  9. Thanks for your response. My wampserver.conf file is simply this... <?php $apacheConf['apacheExeDir'] = 'bin'; $apacheConf['apacheConfDir'] = 'conf'; $apacheConf['apacheExeFile'] = 'httpd.exe'; $apacheConf['apacheConfFile'] = 'httpd.conf'; $apacheConf['apacheServiceInstallParams'] = '-n wampapache -k install'; $apacheConf['apacheServiceRemoveParams'] = '-n wampapache -k uninstall'; ?> It must be something else. I did notice some sections like this in my httpd.confg... <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all </Directory> Am I close? Any ideas?
  10. I installed wamp, the latest version. I went into httpd.confg and changed the document root to my projects directory... DocumentRoot "f:/work-related/websites/" I have an index.html file in this directory. I restart all services. When I goto http://localhost/index.html I get... 403 Forbidden You don't have permission to access /index.html on this server. Any idea what I'm doing wrong? Thanks!
  11. Thanks alot. I'm going to try to UNINSTALL everything, goto wampserver.com, then install that. Hopefully that will CURE my WOES! You guys are great!
  12. thanks for the reply hmmm - i just installed mysql 5 (thought i might've had an earlier version on there before - i don't know) how can i get the latest file? thanks!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.