Jump to content

PHP:Apache:MSAccess -- Help!


wulfgar

Recommended Posts

Hi Peoples,

I'm not sure if this is the correct forum in order to discuss my current problem, but some of you php experts should have some idea.

I am utilizing an access database and the odbc driver's with PHP, all running on apache (WinXP Sys).

At this moment i am trying to implement a working deletion query;

$delQuery = "SELECT from stu_db WHERE F_Name = '$NFirst' AND L_Name = '$NLast'";

NOTE:: This query functions correctly as desired.

The problem is, when i click my forms delete button (which essentially runs the query) i get an apache '403' error stating ::

<b>Forbidden
You don't have permission to access /< on this server.</b>

After countless hours of 'googling' i came up with exactly nothing :|>

I would greatly appreciate some insight into this matter, and how i could go around fixing it.

Thanks :D

James.
Link to comment
https://forums.phpfreaks.com/topic/31471-phpapachemsaccess-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.