Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~1K People Reached
About Me

I am a stay at home mom of 3. I have been trying to teach myself how to program and have started over the last couple of years with Php. Previously I was running a home daycare and specialized in looking after children with special needs such as ADHD…

Interests
I would love to have time for a hobby.
PC Specs
Dell inspiron 1000
Favorite Tags
php x 11
Member Avatar for rori

hi, i have this code to submit a login form: [CODE] <?php if(!isset($aid)){ ?> you must login:<br> <form name="form1" method="post" action="<?=$PHP_SELF?>"> <input type="text" name="aid"><br> <input type="password" name="apass><br> <input type="submit" name="submit" value=" Login "><br> </form> <?php } else{ ?> welcome etc... <?php } ?> [/CODE] this code was working fine until …

Member Avatar for joelbezerrapinho
0
252
Member Avatar for mom_of_3

I have noticed that some people use public/ private for their vars and functions. I tried looking it up on php.net and then here, but only found one explanation of it on the C++ board. It says that if you declare private var then it is only accessible by that …

Member Avatar for ShawnCplus
0
92
Member Avatar for mom_of_3

I have a question about using define(). I am using this function for other constants across my script ,but am looking at developing a set of language files. For example I was thinking of having one eng_defined.php and one fr_defined.php each containing the same named constants but the output would …

Member Avatar for mom_of_3
0
95
Member Avatar for didi00

Hello, I'm new in coding in php I want to transfer a webpage (news5.html) to another webpage (in a table). (Like it is done on the news websites "www.domain.com/index?ID=4343" How can I do it? I read about passing variables through url, but if it is how it should be done …

Member Avatar for fanaticweb
0
123
Member Avatar for RockyY

Hello everyone! Ok i have a question, I have a php calandar and when you click on a date a pop up comes up and you are able to add entrys to the main calandar. That works just fine, but i need help figureing out how to refresh the main …

Member Avatar for RockyY
0
87
Member Avatar for rotsap

I am new to php and am getting the following error; Parse error: syntax error, unexpected '+', expecting T_VARIABLE or '$' in… on line 14. Here is the code; [code=php]<?php /* Subject and Email Variables */ $emailSubject = 'Monthly attendance report'; $webMaster = 'phil@coxwebink.biz'; /* Gathering Data Variables */ $ChurchField …

Member Avatar for mom_of_3
0
213
Member Avatar for mom_of_3

Hi all, I am a mom of 3, one boy and two girls ages 9, 8 and almost 2. I am trying to teach myself to program while at home with my youngest. I have so far managed to learn some php and am currently working on learning to write …

Member Avatar for Serunson
1
94
Member Avatar for mom_of_3

I am looking for some advice. I have always just used the crimson text editor for php, but I have wondered if I should switch to the Zend IDE? How useful have you found it to be?

Member Avatar for nav33n
0
41
Member Avatar for kishou

ok i'm trying to know what function where you can see if it contains something. like ex. does anyone know of a function like this? [CODE]if (func_contains('a') { //action } else[/CODE]

Member Avatar for somedude3488
0
104