Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~39.6K People Reached
Favorite Tags
Member Avatar for Albert Pinto

Hi People; I've got issue in uploading image in cake php. Thing is that, I have a form, where i have input type="file". I need to upload a file in a directory and save its path in database. In "view" its like... <tr><td> <?php echo $this->Form->input('field', array( 'type' => 'file', …

Member Avatar for mandeep_2
0
3K
Member Avatar for OtepTheThird

Hi Guys, I've got a xampp since day one, as i used this for local development, strangely happen yesterday when i started it, i cant view my localhost even the phpmyadmin though the xampp is up and running and the most annoying part is when i open my browsers (GC, …

Member Avatar for OtepTheThird
0
4K
Member Avatar for newbi11

Hi everyone Please I would really appreciate if someone could help with a code on how to add an image to a footer using css: Here's is my footer code: CSS: #footer { width:920px; margin:0 auto; background:url(../../images/footer.png) } .footer-cities { padding:15px 10px 10px 20px; border-bottom:1px dotted #fff } .footer-cities-holder { …

Member Avatar for alisajjad160
0
5K
Member Avatar for mattyd

Hello: I am getting a parse error while running a file on my server on my home machine: Parse error: syntax error, unexpected end of file I have been researching this for a few hours now but have had no results to overcome this error. In the editor it is …

Member Avatar for Albert Pinto
0
340
Member Avatar for janicemurby

hya im wanting to remove the white spage in the pic included so you can see the pattern in the background ive tried putting the following opacity: 0.4; filter: alpha(opacity=40); in the css for this but its not doing anything what will make the white disappear ty jan x

Member Avatar for diafol
0
185
Member Avatar for Simon_4

I am not sure anymore, how I can center my elements on the follow page: http://www.outdoorequipped.com/info/Clarks I speak about the 4 images, 1 in the top and 3 underneath. I am sure, it is about text-align and/or margin, and so on. those 3 images, eg clarks002.png, i like to center …

Member Avatar for Albert Pinto
0
141
Member Avatar for sathyakumar23
Member Avatar for davy_yg

Hello, I have been trying to place textbox on top of image and have not been able to do so. index.php <div style="margin: 100px 0 0 0; z-index: 3;"> <input type="text" class="form" name="email"> <input type="text" class="form" name="password"> </div> <div id="banner-background"></div> <!--<image src="images/banner.jpg">--> css/styleT.css #banner-background{ background-image:url("../images/banner.jpg"); } input[type="text"]{ height: 30px; width: …

Member Avatar for Albert Pinto
0
149
Member Avatar for Albert Pinto

Hi People, I need to find invalid emails from the database. and display corresponding columns of those emails (name, phone, address etc) with proper pagination. I have a database with a table named csv_data_table. This table has fields NAME, EMAIL, PHONE, ADDRESS, DESIGNATION. I have to find invalid emails from …

Member Avatar for Albert Pinto
0
184
Member Avatar for Albert Pinto

Hi People.... I have a table named 'csv_data_table' and it has a varchar(255) column named 'EMAIL' This EMAIL column has multiple records with white spaces (at front and end) I tried this way to eliminate the white space UPDATE csv_data_table SET EMAIL = trim(EMAIL); But it won't work.... the email …

Member Avatar for Albert Pinto
0
259
Member Avatar for Albert Pinto

Hi, just wanted to know how to delete a record from datagrid, i tried the following code but it gave me an error in deleting records, I am using Mysql Database. Following is the code: [code] Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click 'recorddelete() Dim …

Member Avatar for KimberGariando
0
2K
Member Avatar for Albert Pinto

Hi People, I've got a small query regarding checkboxes. I have a form, where there are input box, textarea, radio buttons and checkboxes. After form submit, Insert query gets fired and data gets inserted properly. I'm storing checkbox value as a string, I mean, the checkbox array... I'm converting it …

Member Avatar for Albert Pinto
0
2K
Member Avatar for Albert Pinto

Hi people, Need some help in keeping query string values intact while moving across pages via pagination. Thing is that I'm fetching records from mysql table and displaying it in tabular format. Its like... I have a page "records.php" In phpmyadmin there is "userdetails" table with columns as...... first_name, last_name, …

Member Avatar for diafol
0
1K
Member Avatar for Albert Pinto

Hi People. Want some help regarding overlay div. I'm trying to develop a overly form. Just wanna know how to make div container(the overlay form) occupy or wrap entire browser area.... What I'm trying to do is...... I have a parent container, where all other containers and images reside. In …

Member Avatar for Albert Pinto
0
276
Member Avatar for louie540

Hi, I'm suppose to design a page based on this image: http://postimg.org/image/il4632gjh/ I've so far recreated the menu bar on the side, but I don't know what type of font is being used. Can anyone help me out? Thanks

Member Avatar for Albert Pinto
0
131
Member Avatar for ggeoff

Hi It seems I have tried everything to get this CSS styled web page to produce what I could have done easily using a simple table layout :( I have the footer occupying the bottom of the outer wrapper but the trouble is I cannot get the outer wrapper to …

Member Avatar for ggeoff
0
448
Member Avatar for Albert Pinto

Hi People, Got some jquery issue. I'm validating a Contact form. All fields are working fine except <textarea> I mean I wanna make all fields mandatory including textarea... --------------------------------------------------------- HTML CODE --------------------------------------------------------- <div class="formbox"> <form id="contact_form" action="#" method="post"> <span class="error" id="name_error">Please Enter Name !</span> <span class="error" id="email_error">Please Enter Email address …

Member Avatar for pixelsoul
0
10K
Member Avatar for blong206b_1

How do I center on a web page? <!DOCTYPE html> <html> <body> <table width="600" border="0"> <tr> <td colspan="2" style="background-color:#FFA500;"> <h1>Page Title</h1> </td> </tr> <tr> <td style="background-color:#FFD700;width:100px;"> <b>Menu</b><br> Foxtrot<br> Waltz<br> Tango </td> <td style="background-color:#EEEEEE;height:200px;width:500px;"> Ipsem Lorem</td> </tr> <tr> <td colspan="2" style="background-color:#FFA500;text-align:center;"> Test Page</td> </tr> </table> </body> </html> I found some tips …

Member Avatar for Albert Pinto
0
133
Member Avatar for Albert Pinto

Hi People... I'm very new to this Symfony thing... I'm working on a CRM... Issue is with the url part... I mean....after looging in, no matter which page I go through... It always displays as index.php at the end part of the url.... or sometimes some annoying url... http://127.0.0.1/myproject/symfony/web/index.php/auth/login I …

Member Avatar for LastMitch
0
101
Member Avatar for Albert Pinto

Hi People, got a small issue. I have 3 select boxes, I mean dropdown list country dropdown list... then a state and then a town... I'm fetching data from database and loading it in the first dropdown list (country) On change of country, states get loaded and on change of …

Member Avatar for Albert Pinto
0
1K
Member Avatar for Albert Pinto

Hi People, Got a small issue...... And don't know exactly where the problem is. I'm trying to implement Online Manga Viewer in my site. I've tried this as a stand alone page and it works fine. What this viewer does is... There is a select box... Where I've got to …

Member Avatar for magicmarkuk
0
174
Member Avatar for Albert Pinto

Hi People, Got an issue with css in php. Actually I'm trying to create and send a html email. My front-end form consists of To(textbox where recipients email address will be entered) and then I've embedded ckeditor in place of Textarea where I will be typing the message... Now this …

Member Avatar for jstfsklh211
0
3K
Member Avatar for Albert Pinto

Hi people, need some help... I have a dropdown list with some options in it.. I have 2 buttons Select all and Reset. What I want is, on click of Select All button, all the options inside it should get selected. and Reset button should clear the entire form. This …

0
96
Member Avatar for Albert Pinto

Hi People, Got some issue with radio buttons... I want to pass the form details WITHOUT PAGE REFRESH.... I have a textbox and 2 radio buttons with values Subscribe and Unsubscribe and a submit button. The user has to enter his E-mail id in the given textbox and select either …

Member Avatar for kalpanakovuru
0
2K
Member Avatar for Albert Pinto

Hi people, got some weird issue. My update query isn't working once I upload my files on server, It works perfectly on localhost and delivers what its intended to do. I echoed my update query On local host it gave me: UPDATE displayusertrip SET displaytripmnth='JAN', displaytripyr='2012', displaytriptrps=' Goa Trip, Bengal …

Member Avatar for sasankasekhar
0
1K
Member Avatar for Albert Pinto

Hi People, need some help Actually I wanna block an IP address from a certain country... I don't want them to access my home page which is index.php.... so I've included a file "country-redirect.php" this file is placed at beginning of my index.php.... index.php code is like <?php require('country-redirect.php'); ?> …

Member Avatar for Albert Pinto
0
548
Member Avatar for eltonpiko

hi i trying to work on a lunch monthly order form.what i want to do is create a table just like a calendar with 30 cells label 1 to 30 days and in each cell the same food item with checkbox next to it generated from mysql. the user put …

Member Avatar for diafol
0
1K
Member Avatar for Albert Pinto

Hi People. Got a small issue, although its big for me........ I'm using phpmyadmin.... I have 2 tables.... My First table is 'user' which has 4 columns ( eventid, Name, Email, Address ) ( eventid is the primary key) My Second table is 'trips' and it has 6 colums ( …

Member Avatar for pritaeas
0
113
Member Avatar for Albert Pinto

Hi People, Got a php related issue.. I have a form Which has some textboxes, few checkoxes and a Textarea. Say for example, Name: Email Address: And then the checkbox values....... Hobbies (Reading, Trekking, Gardening, Outdoor Sports, Birding) Once I click the submit button, All my data gets inserted in …

Member Avatar for fobos
0
139
Member Avatar for Albert Pinto

Hi People......... I've got some weird issue.... I have 2 sliders... one is a timeline...with previous and next links... when I click next link the new contents gets displayed and the older content gets slided to left... Another slider is having a set of images which just slide... when I …

Member Avatar for Albert Pinto
0
111