Jump to content

lovefek

Members
  • Posts

    9
  • Joined

  • Last visited

lovefek's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. hello everyone,i was just trying to test the php page i've designed some time before but i get a notice that is being displayed on the page which goes: Notice: Undefined index: id in C:\webroot\admin\home.php on line 4i have seen the code on line 4. its just the following: $vid=$_GET["id"];well, when the page runs for the first time there will not be any value for id to be transfered. Could that be the reason or something else. by the way it works when i test it locally. am not sure whether its because of the php.ini file definition in the case of my webserver. am not authorized to change the server's php.ini file definition. anyone with the solution is highly appreciated..thank a lot
  2. lovefek

    Calender using PHP

    HELLO All,currently, am doin a project and it required me to have a calender control so that users will not be typing a date. they will simply select from a calender control. well, my problem is am not good at PHP and i have no idea whether it is possible to design a calender control using PHP or not. so, i want any helping hand either to provide me a code that can design the calender control or a web link that i can get some help out of it.any help on this is really appreciated.with best regards
  3. well, i've the ftp and the account. but my experience so far is only on hosting static pages. my question is "is it different when it comes to dynamic pages?" especially with PHP and MySQL.thanks a lot
  4. hello eveyone,am new to PHP. i have completed my website using PHP and i actually have no idea on how to upload(host) the pages and configure mysql database. so any one with the appropriate tutorial links and suggestions is welcomed.thanx a lot
  5. lovefek

    Small assistance

    thanks i fixed it.
  6. lovefek

    How can i do this?

    how r u all,currently, am designing a website that provides 6 pages to my client companies so that they can post their company's information. i just wanted somebody to suggest me the structure of my database(mysql). i mean what attributes with their data type should exist in the table(s)?. and how many tables do i need in the db?and sort of stuffs... or provide me a link to such tutorials.thanks in advance
  7. lovefek

    Small assistance

    hello everyone,am planning to create a page that reads data from mysql db and displays on a page using php codes. i want the page to display only 10 records hiding the rest. there will be links to the other records as well. links to other pages, navigate to first, last, next, previous,...thanx
  8. Hello there,am really in trouble converting the following piece of code from ASP 2 PHP. oRS.CursorLocation = 3 //how can i use CursorLocation code in PHP??? oRS.Open SQL, oCnn oRS.PageSize = vPageSize //how can i use PageSize code in PHP??? oRS.AbsolutePage = PageNo //how can i use AbsolutePage code in PHP???or give me a link or a code that can help me display records (from MySql db) in a page fashion. say 10 records at a time hiding the rest. there should also be a page number the other pages. so that i can access..thanx lovefek
×
×
  • Create New...