php 的路径问题

假如有web目录如下:

index.html
class/ajax.js
class/a.php
class/b.php
img/img.jpg

index使用了class中的ajax.js调用class/a.php

那么,如果a.php需要用require_once调用b.php,应该怎么写呢? (more…)