Topic profile page for Line of code.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Line of code.
Topic "Line of code" was discussed 0 times on 0 sites in last 3 months
Started 3 days, 5 hours ago (2009-12-17 09:02:00)
by Erniegar
Hi all, Please may I ask someone to help me with a line of code ? I have a PHP page with a input form which e-mails me with what a site visitor types in. After the visitor has typed this in, and clicked submit, I'd like them to be taken to a webpage : http://www.example.com/example123.htm (Instead of the current situation which displays a thank you message) But I don't know ...
Started 1 week ago (2009-12-13 06:10:00)
by CoderForEver
Hey buddys I was making a POS Software ... and it realy huge size ... & wen i made some changes and want to run it ... it takes lot time ... So I was hoping if there is a way to just compile the modified line of code and then to run it ... I thought it will not compile the hole code again ? is that possible?
Started 1 week, 1 day ago (2009-12-11 17:29:00)
by Goinon
HI all, I have a little bit of a doozie, I have created and exported a site from Fireworks, simple enough. Now while adding the nessecary elements in Dreamweaver i.e. form code for newsletters etc... I am having a drama. The code is simply a js from aweber, I tried to use the whol HTML block, and well lets jst say that cause even more problems since they changed thier layout. Anyhoo...
Started 2 weeks, 2 days ago (2009-12-04 08:16:00)
by Juan Alonso
I would like to know if there is a way, without having the source code at run time, that I can trace my program, line by line as executed and stored in a table??? I don't know if there is a tool in VFP8 that can do this, but can anyone help me here? Thank you all in advance, Juan ....
Started 2 weeks, 3 days ago (2009-12-03 13:13:00)
by hollifd
Need a line of code to insert a row into Excel from Accdess... I am having trouble with some code to insert a new row into Excel from Access. I can write data to Excel but after I reach a certain row number, I want to insert new rows and copy formatting and formulas from an existing row but cannot figure out the code. Can anyone ...
Started 6 days ago (2009-12-14 14:20:00)
by almagg
line number of code when error occurs when i set up the error handler, in addition to the error number and description am i able to get the line number of the code where the error occurred? this way when the user tells me there is an error i do not initially have to run the procedure to see what happened, i can go to the line...
Started 5 days, 10 hours ago (2009-12-15 04:04:00)
by magnets
how many decades will go by before Microsoft will understand that things like syntax error Line:1 Char: 1 Code: 0 URI: http:// blah blah blah do not mean ____ to anyone? Obviously IE doesn't like something but "Line: 1 Char: 1" is perfectly fine. I absolutely hate Microsoft after all these decades of ____ like this. I hope someone finally comes up with a competitor to Windows. That's ...
Started 6 days, 18 hours ago (2009-12-13 19:56:00)
by almagg
when i set up the error handler, in addition to the error number and description am i able to get the line number of the code where the error occurred? this way when the user tells me there is an error i do not initially have to run the procedure to see what happened, i can go to the line first.
Started 6 days, 22 hours ago (2009-12-13 15:23:00)
by Jay August
it's line 193, so that means it's the first line of the javascript file you're linking there on around line 193. This is line 192: Code: The first line of that JavaScript says: Code: if (expo9_pageId == undefined) { var expo9_pageId = (new Date()).getTime() % 20000001 + parseInt(Math.random() * 10000); var expo9_adNum = 0; } So that's the error. "...
Started 2 days, 23 hours ago (2009-12-17 14:29:00)
by healdem
I did tell you it was air code, ie untested so where did the code stop at what do you think the error message is trying to tell you. what steps have you taken to try and work out where the code failed. do you know which line the code failed on assuming you have taken such steps what do you think you need to do to fix the problem fwiw there is a simple typo that I can see immediately ...
Started 2 days, 14 hours ago (2009-12-17 23:35:00)
by latheesan
it turns out, i do not need this line: PHP Code: list( $_SERVER [ 'PHP_AUTH_USER' ], $_SERVER [ 'PHP_AUTH_PW' ]) = explode ( ':' , base64_decode ( substr ( $_SERVER [ 'HTTP_AUTHORIZATION' ], 6 ))); it's working fine on it's own. Tested in google chrome, firefox, internet explorer and safari