User Profile

Collapse

Profile Sidebar

Collapse
amarniit
amarniit
Last Activity: Nov 6 '14, 11:19 AM
Joined: Sep 17 '09
Location: Meerut
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • amarniit
    started a topic mail function not working correctly
    in PHP

    mail function not working correctly

    hello,

    i a creating a enquery form on my website but i am ot able to use php mail function. i try this code but mail not sent to my id. please suggest me how can i correct this code.


    Code:
    <?php
    									}else{
    										if (isset($_POST["from"])) {
    											$email_a = $_POST["email"];
    											$headers =  "From: ".$email_a. "\r\n" .
    ...
    See more | Go to post
    Last edited by Dormilich; Nov 6 '14, 11:03 AM. Reason: please use code tags

  • amarniit
    started a topic cpu utilization and balanced in linux

    cpu utilization and balanced in linux

    Hi Everyone,

    I have a problem for Linux Server (CentOS) i have 4 CPUs in my server but when i checked only one CPU uses show 30% and more.

    Now i want balance all my load on all four CPUs like if i have 40% load on server thn it should be 10-10% on each CPU.

    So please help me how can i set or fix that ecah of my cpu will take equal balance....

    like :
    cpu 1: 10%
    cpu 2: 10%...
    See more | Go to post

  • amarniit
    started a topic how to download all images from this page?

    how to download all images from this page?

    hello Friends,
    I am working on company here is some work on internet i.e always online in my work i have o downoad one by one so ny igs on mouse click i want that is there o ow can i make a script inan laguage so that firstly i downlod all images in my system without mouse click here are al total 500 to 3000 imags in ne working page......
    i m posting that webpage coding o that friends you can nderstand easly what iwant to say or ask...
    See more | Go to post

  • copy paste problem in data entry software "Raylon Technologies - Work Environment"

    hi,
    i am using a data entry software online from Raylon Technologies, but in this software i am not able to copy paste date in its boxs. as i find when i run this software this start any hidden program or service which
    continouslly erase my clipbord thats why i m not able to paste any thing. if im goping to upload that software ,for website rule you have to change its ext: as ".txt to .msi"

    and please help...
    See more | Go to post

  • amarniit
    started a topic System modal form show problem

    System modal form show problem

    hi,
    I created a programm for cybercafe .... but in this program there are some problem not an error but i want its more sceure......

    i want that when it run then it works as system modal form like shutdown dialog box...

    when when its timer start then user can do own work but time also running on this time also......

    and its process must not be shown in TaskManager or we can say that it must be stop...
    See more | Go to post

  • give the corresponding database design of each relation and underline a primary key

    ABC Bank operates a number of branches and a customer of the bank can have any number of accounts which may be a joint account allowing more than one customer to operate a given account. The bank offers form types of accounts : current account, saving account, loan account and market account. Identify the entities of interest, show their attributes and relationship among these entities. Also give the corresponding database design of each relation...
    See more | Go to post

  • Consider the following relations concerning a driving school.

    Consider the following relations concerning a driving school. The primary key of each relation in bold.
    Student (st_id, class#, th_mark, dr_mark)
    Student_Driving _Teacher (st_id, dr_t_name)
    Teacher_Theory_ Class (class#, th_t_name)
    Teacher__vehicl e (dr_t_name, license#)
    Vehicle (license#, make, model, year)

    A student takes one theory class as well as driving lessons...
    See more | Go to post

  • amarniit
    started a topic Not getting requierd output in C
    in C

    Not getting requierd output in C

    I need to get this out put but i am noit getting please help me...... i need its coding


    1
    01
    101
    0101
    10101
    010101
    1010101



    What i have write it is ............... ......
    #include<stdio. h>
    #include<conio. h>
    void main ()
    {
    int i,j,limit=10,n= 1;
    for(i=1;i<=limi t;i=i+2)
    {
    for(j=1;j<=i;j+ +)...
    See more | Go to post
    Last edited by amarniit; Feb 18 '10, 04:45 PM. Reason: some program codeing

  • amarniit
    replied to why 'x' is taking always 1.
    in C
    ya in printf()it is
    printf("x=%d",x );
    See more | Go to post

    Leave a comment:


  • amarniit
    started a topic why 'x' is taking always 1.
    in C

    why 'x' is taking always 1.

    #include<stdio. h>
    void main ()
    {
    int x=4,y=78;
    if(x=8 && y>65)
    printf("x=%d");
    else
    printf("Bywe");
    getch();
    }


    here i am always geting the value of x is one........... its never change
    See more | Go to post

  • amarniit
    started a topic Format specifier for double and lond double in C
    in C

    Format specifier for double and lond double in C

    I am making a project on the basis of numbers........ here i need that i print a bigger number whose lenght is more than 300 digits....... while i am doing it in C than i am getting a problem my all digit convert in base of "e" and i get the number in this format 1.2222222222222 222222222222222 222222000000000 000000000000000 0000000000000e+ 127
    but i need that my number will displayed as 1.2222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 222222222222222 22222222222222...
    See more | Go to post
    Last edited by RedSon; Nov 3 '09, 03:41 PM. Reason: Phone number? Seriously? Comeon people! It's the internet!

  • amarniit
    replied to problem to solve this expression
    in C
    Boss you told me only one statement. but my dear i have these too much statement and in it i am not getting the correct answer>>>>>>>>>
    well thanks for it
    See more | Go to post

    Leave a comment:


  • amarniit
    started a topic problem to solve this expression
    in C

    problem to solve this expression

    sir i am submitting a C program code in which i am getting the diffrent diffrent answer for a same expression..... .. and i am not getting that in it how the work of pre and post increment in these expressions.
    in this program befor each expression j=2
    *************** *************** *************** *************** *************** *************** **
    Code:
    #include<stdio.h>
    void main ()
    {
    	int j=2,k;
    	int
    ...
    See more | Go to post
No activity results to display
Show More
Working...