CTphpnwb's Profile User Rating: *****

Reputation: 2505 Guru
Group:
Mentors
Active Posts:
8,572 (4.83 per day)
Joined:
08-August 08
Profile Views:
47,741
Last Active:
User is offline Today, 03:24 PM
Currently:
Offline

Previous Fields

Country:
US
OS Preference:
Mac
Favorite Browser:
Safari
Favorite Processor:
Who Cares
Favorite Gaming Platform:
Who Cares
Your Car:
Toyota
Dream Kudos:
300
Expert In:
PHP

Latest Visitors

Icon   CTphpnwb has not set their status

Posts I've Made

  1. In Topic: Memory Leaks

    Posted 19 Jun 2013

    PHP arrays are not declared as a fixed size in advance, so they can grow to fill all available memory. Maybe you've got an infinite loop adding elements to an array?
  2. In Topic: How to embed or integrate php page into html in dreamweaver?

    Posted 16 Jun 2013

    View Postvikkydonlad, on 16 June 2013 - 07:41 AM, said:

    What I want to do is to somehow integrate the contact form into the html page to make it fit into the whole website.

    This is a horrible idea. PHP and HTML are processed by different computers and at different times: Server, then client. Mixing the two languages in one file will only reinforce your misconception and that will cause many problems for you.
  3. In Topic: fseek()-printf // wrong output

    Posted 12 Jun 2013

    #include <stdio.h>
    
    struct info
    {
    	float mo;
    	int age;
    }m;
    
    int main()
    {
    	FILE *fp;
    	fp=fopen("sx.txt","rb");
    	if (fp==NULL){
    		printf("Problem!!!\n");
    		exit(0);
    	}
    	//fseek(fp,4,0);
    	fread(&m,sizeof(struct info),1,fp);
    	printf("Age:%d\n",m.age);
    	rewind(fp);
    	fread(&m,sizeof(struct info),1,fp);
    	printf("Age:%d\n",m.age);
            fclose(fp);
    	return 0;
    }
    
    
  4. In Topic: fseek()-printf // wrong output

    Posted 12 Jun 2013

    Try commenting out fseek.
  5. In Topic: Possible rand # generator issue; first black jack hand always same

    Posted 12 Jun 2013

    And since you're using C++ and Black Jack can be played with various numbers of decks you might use a vector to hold your cards.

My Information

Member Title:
D.I.C Lover
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:
Interests:
Looking for php programming work.
Years Programming:
29
Programming Languages:
Experience is important, yet at the same time it's over-rated.

Contact Information

E-mail:
Click here to e-mail me
Website URL:
Website URL  http://

Comments

Page 1 of 1
  1. Photo

    mamelove25 Icon

    19 Feb 2013 - 10:53
    Hello My Dear, My Name is Mame. i saw your profile today and became interested in you,i will also like to know you more,and if you can send an email to my email address,i will give you my pictures here is my email address (mame25live@yahoo.co.uk) I believe we can move from here! Am waiting for your mail to my email address above because i have much to tell you,
    love Miss Mame.
  2. Photo

    bangis Icon

    09 Sep 2012 - 18:09
    Please let me know if you have soccer manager web game sript to sell. thanks
  3. Photo

    CTphpnwb Icon

    31 Mar 2010 - 18:50
    Please post programming questions in the appropriate forums.
Page 1 of 1