- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
Re: Hi hari, please be clear on your question otherwise it will be very difficult to answer your question for the people over here. coming to your question, you wanted to set the status code for all the becode objects right in that why you need of this line of code … | |
Re: Hi shany0786, i think you are going in right way but your saying that you were using codeigniter framework right so please have a lok at your code in get_user_data.php[file something like this in your project ] like how that page accessing the inputs from ui by using post parameters … | |
Re: Hi pritaeas, you missed to reset the rowcount value if he wants to repeat the process for every 3 records. i think so we should add the below condition if ($rowCount == 3) { echo 'YOUR AD HERE'; $rowCount = 0; // added here } advice me if i am … | |
Re: hi all, why dont we try like this? all you know , i took i variable for number of rows we want and j variable for print symbol in which column as shown in the picture we need to print empty space where the bellow condition is met if(j <= … | |
Re: Hi librarycode, please give us some clarity on your code. so that we can give a best way to solve/guide your question [like how the output will be or your code result is like this or ...etc] thanks | |
Re: hi, i dont this is better idea or not but it gives a solution for you by using expression tag change you code as follows // get the values before body tag starts and place the selected color value for bgcolor attribute as shown bellow <body bgcolor="<%= favCol%>"> try this … | |
Re: Hi altgen, why you are storing images into DB.i think it is not a best practice. instead of that store image path into DB and refer that path to the image which is in your page. try this idea once reply me incase if you have any doubts in the … | |
Re: hi ramsiva, one more test have to check please check how many addcon1 elements existed in your outputted html? in the above code click event not works fine if html contains more than one addcon1 or else nothing found. check it once |
The End.