User Profile

Collapse

Profile Sidebar

Collapse
inamul
inamul
Last Activity: Feb 23 '08, 11:30 AM
Joined: Sep 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • inamul
    started a topic Cann't connect to wireless access point

    Cann't connect to wireless access point

    I cann't connect to my wireless since i removed an adware.

    I have tried everthing from installing Drivers to system restore. but nothing seems to work.

    Actaully i can conncet using network cable but not wireless.

    I have IBM T41 laptop with intel pro/wirless 2100 card

    My other laptop can search all network connection and connect to either of them very easily. But my laptop wont connect....
    See more | Go to post

  • How to Select Checkbox group based of database value

    I want to select CheckBox based on data retrieved from mysql database table.

    Could anyone show me the simple way of doing it.

    Data store in table under colum "sectionOfInter est" is shown below
    ------------------------------------------------------------------------
    "Commercial Security Middle East, Homeland Security and Policing Middle East,Safety & Health Middle East, "
    ...
    See more | Go to post

  • inamul
    started a topic CheckBox Selection Based on data retrieved
    in PHP

    CheckBox Selection Based on data retrieved

    I want to select CheckBox based on data retrieved from mysql database table.

    Could anyone show me the simple way of doing it.

    Data store in table under colum "sectionOfInter est" is shown below
    ------------------------------------------------------------------------
    "Commercial Security Middle East, Homeland Security and Policing Middle East, "
    -----------------------------------------------------------------------------------...
    See more | Go to post
    Last edited by inamul; Nov 21 '07, 08:51 AM. Reason: Mistake in sentance

  • inamul
    started a topic I want to have Grand total of Count(*)

    I want to have Grand total of Count(*)

    I want to see how many people have registered from Countries and also want to Sum the total

    Table fields
    1. Name,
    2. Email
    3 Country

    I use this query to get number of people registered against country
    [CODE=mysql]
    SELECT count(*) as COUNT , country as COUNTRY
    FROM `epoc_vreg_inte rsec` group by country
    [/CODE]
    Code:
    COUNT 	COUNTRY
    1 	 
    1 	Azerbaijan
    ...
    See more | Go to post

  • inamul
    started a topic PHP page should run once or disable Page refresh
    in PHP

    PHP page should run once or disable Page refresh

    Hi Guys,

    I have two PHP pages.

    Page 1.
    Page 2.

    I send some data from page 1 to Page 2.

    Page 2 to send an email if record is found.

    But the problem is that if i refresh the page it will send email again and same is repeated.

    How can i stop sending email even if page was refreshed.
    See more | Go to post

  • Thanks for your help It works.. This really is an excellent forum.

    Thanks again...
    See more | Go to post
    Last edited by acoder; Sep 6 '07, 08:56 AM. Reason: Fixed quote tag

    Leave a comment:


  • Thanks for your prompt reply i tried but i still get error may be i am doing some thing wrong.

    could you please implement it in the same code so that i have complete example....
    See more | Go to post

    Leave a comment:


  • Unable to reference inputs when the name ends with '[]'

    Hi Guys,

    I am am trying to validate multiple check box. It works fine when checkbox name is like chkSectionInter ested but when i add [] to the name chkSectionInter ested[], then i can validate any more.

    I need to keep [] so that i can save data using php collected from this page.

    If i remove [] from checkbox name then php only gets last selected value from the check box please help. I have been looking...
    See more | Go to post
    Last edited by acoder; Sep 5 '07, 01:55 PM. Reason: Added language to code tag
No activity results to display
Show More
Working...